chiark / gitweb /
Remove the G92 from the start code, the homing should set the software position to...
authordaid303 <daid303@gmail.com>
Fri, 8 Mar 2013 09:26:26 +0000 (10:26 +0100)
committerdaid303 <daid303@gmail.com>
Fri, 8 Mar 2013 09:26:26 +0000 (10:26 +0100)
Cura/util/profile.py

index fb3d255d787bfd46d3cc437f1cb817e4c75ad0ce..823fe3e95cfde36cea9d67012b163582c01a3f6f 100644 (file)
@@ -87,7 +87,6 @@ M107       ;start with the fan off
 
 G28 X0 Y0  ;move X/Y to min endstops
 G28 Z0     ;move Z to min endstops
-G92 X0 Y0 Z0 E0         ;reset software position to front/left/z=0.0
 
 G1 Z15.0 F{max_z_speed} ;move the platform down 15mm