Skip to content

Commit b2817f8

Browse files
committed
qtvcp -screen_options: change mode to manual when setting limits override
when hitting limits in mdi or auto one couldn't set the nachine to manual mode and you can only jog away in manual mode. It would seem that turning the machine on should set it into auto mode..
1 parent e726934 commit b2817f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/python/qtvcp/widgets/screen_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ def _override_limits(self, n, signal_text):
723723
if not STATUS.is_limits_override_set():
724724
ACTION.TOGGLE_LIMITS_OVERRIDE()
725725
ACTION.SET_MACHINE_STATE(True)
726+
ACTION.SET_MANUAL_MODE()
726727

727728
def effect(self, data, text, color):
728729
if self.use_focus_blur:

0 commit comments

Comments
 (0)