Beispiel #1
0
 def execute(self):
     printVerbose(_("Command Home A"))
     c.home(3)
Beispiel #2
0
    def execute(self):
        printVerbose(_("Button macro stop clicked"))

        COMMAND.abort()
Beispiel #3
0
    def execute(self):
        printVerbose(_("Button macro command {} clicked", 0))

        COMMAND.mdi("G0 X0 Y0")
Beispiel #4
0
 def execute(self):
     printVerbose(_("Command Unhome ALL"))
     c.state(l.STATE_OFF)
     c.teleop_enable(False)
     c.wait_complete()
     c.unhome(-1)
Beispiel #5
0
 def execute(self):
     printVerbose(_("Command Home ALL"))
     c.home(-1)
     c.wait_complete()
Beispiel #6
0
 def execute(self):
     printVerbose(_("Button ignore limits clicked"))
     COMMAND.override_limits()