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
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
Thanks - I made the mistake of resetting my S3D when I upgraded to 4.0. Since then at the end of the print, the machine just stops, nozzle in the material still and the LCD and LEDs go dark like the thing crashed. It's done this on both short and long prints...so I think it's the end script.
Here's the original end script from S3D:
G28 X0 ; home the X-axis
M104 S0 ; turn off heaters
M140 S0 ; turn off bed
M84 ; disable motors
Not sure why it isn't doing the G28...
I just copied/pasted @jockspice end script so hopefully that does the trick. (Also been running Tinkerware for a few years now...wouldn't recognize the factory screens anymore!)
Thanks!!!
Recommended Posts
tinkergnome 927
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