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:
|
||||
|
||||
Reference in New Issue
Block a user