End Code for Bed and Extruder Position?

So i am testing new Settings today to print with a Hephestos 2.

Some Errors happened, but now it seems it works.

But i have the Problem, that the Bed doesn´t move forward at the end of printing, instead it goes to home position.

At start i have the regular G28 and G29 commands, they work fine now.
But the end is empty and i think i need a code there too, but i don´t know GCodes very much.

So i hope i can get some help from the pro´s here :slight_smile:

So a few Key commands
G28 homes the printer Home is X0 Y0 (Cartesian coordinates )
At the end of the print you would have to add a move command G1 followed by the coordinates you want). If your bed was 200x200, and you wanted the bed to come all the way forward you would add the following line to the end of the end - gcode
G1 X0 Y200

That instructs the printer to “move” (G1) to coordinates X0 Y200.

I hope this help you
Terry

1 Like