## v0.4.5
- Fix for random errors while running VFD.
- Fix bug where planner would not continue after optional pause (M1).
+ - Fix lockup on invalid no move probe G38.x. #183
+ - Fix zeroing homed axis after jog.
## v0.4.4
- Write version to log file.
def _update_cycle(self):
if (self._get_cycle() != 'idle' and self._is_ready() and
not self.planner.is_busy() and not super().is_active()):
+ self.planner.update_position()
self.ctrl.state.set('cycle', 'idle')
# Return from jogging cycle
if self._get_cycle() == 'jogging':
+ self.planner.update_position()
self.ctrl.state.set('cycle', self.last_cycle)
# Automatically unpause after seek or stop hold