Exemplo n.º 1
0
 def jog(self, axes):
     self._begin_cycle('jogging')
     super().queue_command(Cmd.jog(axes))
Exemplo n.º 2
0
 def jog(self, axes):
     self._begin_cycle('jogging')
     self.planner.position_change()
     super().queue_command(Cmd.jog(axes))