changed origin setting after homing is done to acomodate for the new prototype homing directions.

This commit is contained in:
make-ing 2016-09-07 17:16:17 +02:00
parent f799a3285f
commit 7b283550cb

View file

@ -559,7 +559,7 @@ class MachineCom(object):
eventManager().fire(Events.CONNECTED, payload)
def _onHomingDone(self):
self.sendCommand("G92X500Y0Z0")
self.sendCommand("G92X510Y400Z0")
self.sendCommand("G90")
self.sendCommand("G21")