Fix z homing

master
kliment 2011-06-10 10:46:09 +02:00
parent 0a79e1543e
commit 95f6d22189
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ class pronsole(cmd.Cmd):
self.p.send_now("G92 Y0")
if "z" in l.lower():
self.do_move("Z -250")
send_now("G92 Z0")
self.p.send_now("G92 Z0")
self.do_move("Z 2")
self.do_move("Z -3")
self.p.send_now("G92 Z0")