Kod: Zaznacz cały
c.state(linuxcnc.STATE_ESTOP_RESET)
c.state(linuxcnc.STATE_ON)
ensure_mode(linuxcnc.MODE_MANUAL)
c.wait_complete()
c.home(0)
c.home(1)
c.home(2)
c.home(3)
Wróć do „Mała frezarka ze stali i aluminium.”
Kod: Zaznacz cały
c.state(linuxcnc.STATE_ESTOP_RESET)
c.state(linuxcnc.STATE_ON)
ensure_mode(linuxcnc.MODE_MANUAL)
c.wait_complete()
c.home(0)
c.home(1)
c.home(2)
c.home(3)