Adapt to ecmc v11
This commit is contained in:
@@ -579,7 +579,7 @@ class ecmcMtnMainGui(QtWidgets.QDialog):
|
||||
axId = axIdPV.get()
|
||||
|
||||
if axId > 0:
|
||||
self.cmbBxSelectAxis.addItem(str(int(ax)))
|
||||
self.cmbBxSelectAxis.addItem(str(int(axId)))
|
||||
|
||||
def changeAxisIndex(self,xxx):
|
||||
if self.cmbBxSelectAxis.currentData() is not None:
|
||||
|
||||
@@ -19,4 +19,4 @@ fi
|
||||
echo "Prefix=${P=c6025a-04}"
|
||||
echo "plugin id=${ID=0}"
|
||||
|
||||
python ecmcMotionMainPyQtGraph.py ${P=c6025a-04} ${ID=0}
|
||||
python3 ecmcMotionMainPyQtGraph.py ${P=c6025a-04} ${ID=0}
|
||||
|
||||
Reference in New Issue
Block a user