changed origin setting after homing is done to acomodate for the new prototype homing directions.
This commit is contained in:
parent
f799a3285f
commit
7b283550cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue