Ender 5 pro auto z bottom when finished
Hello folks!
I'm new with prusa slicer software.
I have an Ender 5 Pro printer.When I finish the 3D print, the bed goes to the maximum lower height.
The Ender 5 moves the bed from top to bottom...
For small parts, you have to move the Z-axis manually to finish, and that's chaotic.
In Cura, when finishing the print, doesn't move the Z-axis.
How do I change this parameter in the Prusa?
Best Answer by JoanTabb:
You could delete this line from the "Printer Settings> Custom Gcode>End Gcode"
{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom
AS you can see, this line is intended to move the print bed down
RE: Ender 5 pro auto z bottom when finished
You could delete this line from the "Printer Settings> Custom Gcode>End Gcode"
{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom
AS you can see, this line is intended to move the print bed down
I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK
RE: Ender 5 pro auto z bottom when finished
Thank you!!!!!!
Perfect!