def jog(self, axes): self._begin_cycle('jogging') super().queue_command(Cmd.jog(axes))
def jog(self, axes): self._begin_cycle('jogging') self.planner.position_change() super().queue_command(Cmd.jog(axes))