示例#1
0
 def jog(self, axes):
     self._begin_cycle('jogging')
     super().queue_command(Cmd.jog(axes))
示例#2
0
 def jog(self, axes):
     self._begin_cycle('jogging')
     self.planner.position_change()
     super().queue_command(Cmd.jog(axes))