Fixed! Thanks again for the help!
G91 ;relative position
G1 Z+10; lower the bed a bit
G1 E-10 F1000 ; retract a bit
G28 X0 ; home x axis
M104 S0 ; turn off heaters
M140 S0 ; turn off bed
M84 ; disable motors
G90 ;absolute position
-
2
Recommended Posts
tinkergnome 926
To be honest: i strongly doubt that it is related to the firmware update. You probably don't want to move the z-axis to the absolute position of 20 mm, but a relative move instead (and similiar for the E-axis). The obvious thing is, that your end script does not (longer?) begins with the G91 command.
In addition it would be a good idea to switch back to absolute positioning at the very end of the script (with G90).
Good luck!
Link to post
Share on other sites
jockspice 6
Hi Tinkergnome,
I thought it was relative move, Z+20, rather than the absolute, which would be Z20?
However, that said, I completely forgot about using G91. Will give it a go!
Cheers,
Dave
Link to post
Share on other sites