Hoping Windy54 will forgive the intrusion by another newbie...
I just saw this thread and I've had exactly the same question, but I have a heads-up for Windy54: Any keystroke you make while within the start or end G-code windows will be there; there's no 'undo' that I could find short of re-installing the printer. Also, in my copy of v5.6.0, Start G-code is on the lower left, and End G-code is on the lower right.
Again, begging Windy54's forgiveness, my Creality Ender-3 v3 SE End G-code screenshot is attached (Cura wouldn't let me copy/paste). Based on your earlier post, it would seem that I'd need to change the 5th line, "G1 Z10 ;" to a larger Z value to move the extruder up higher at the end of a print. Am I on the right track?
Thanks!
(And I hope Windy54 benefits, as well.)
Recommended Posts
GregValiant 1,351
In the Cura go to Manage Printers and then Machine Settings. In the lower left textbox is the "Ending Gcode". It is the script that shuts down the machine. Copy what you have there (use CTRL+V) and paste it here.
You need something like...
G0 F{speed_travel*60} Y{machine_depth} Z{machine_height}
Cura would replace the keywords and you would get something like
G0 F7200 Y230 Z250
But exactly where it goes in the ending gcode is important so post what you have and let us know what printer we are talking about because some have the zero in the rear and some ending gcodes include G28 homing commands or go into relative movement, so you will likely need something different.
Link to post
Share on other sites