- working to differentiate between temporary units change and permanent units change
This commit is contained in:
@@ -239,7 +239,7 @@ class ToolLevelling(AppTool, CNCjob):
|
||||
self.app.cleanup.connect(self.set_tool_ui)
|
||||
|
||||
def set_tool_ui(self):
|
||||
self.units = self.app.defaults['units'].upper()
|
||||
self.units = self.app.app_units.upper()
|
||||
|
||||
self.clear_ui(self.layout)
|
||||
self.ui = LevelUI(layout=self.layout, app=self.app)
|
||||
|
||||
Reference in New Issue
Block a user