We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e76aa7 commit f4f39a0Copy full SHA for f4f39a0
1 file changed
share/qtvcp/screens/qtplasmac/qtplasmac_handler.py
@@ -4033,6 +4033,8 @@ def laser_timeout(self):
4033
if framingError:
4034
head = _translate('HandlerClass', 'Axis Limit Error')
4035
STATUS.emit('error', linuxcnc.OPERATOR_ERROR, f'{head}:\n{framingError}\n')
4036
+ self.laserButtonState = 'reset'
4037
+ self.button_press_timeout('laser')
4038
return
4039
newX = STATUS.get_position()[0][0] - STATUS.stat.g5x_offset[0] - self.laserOffsetX
4040
newY = STATUS.get_position()[0][1] - STATUS.stat.g5x_offset[1] - self.laserOffsetY
0 commit comments