saved in config, logging on config load

This commit is contained in:
sanjayk03-dev
2024-07-09 15:56:55 +05:30
parent 4b957548a8
commit a96115df81
3 changed files with 3 additions and 1 deletions

View File

@@ -354,6 +354,7 @@ class Mach(Comm):
def optional_pause(self, enable = True):
self.ctrl.state.set('optional_pause', enable)
def set_position(self, axis, position):
axis = axis.lower()
state = self.ctrl.state