Benachrichtigungen
Alles löschen

Adjust post-print extruder position?  

  RSS
kirby
(@kirby)
Trusted Member
Adjust post-print extruder position?

Every time I print something, the extruder moves to the same position after the print is done. X is the bed all the way out, Y is all the way left, with Z maybe up a 4 or so inches. Is there a way to raise the Z for this default? Z is low enough I'm worried about pulling off the print sheet every time.

Veröffentlicht : 29/07/2018 2:56 am
Kazibole
(@kazibole)
Eminent Member
Re: Adjust post-print extruder position?

Assuming you are using Slic3r PE. Duplicate the printer profile and modify the following line in the Custom G-code -> End G-code section:

{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up

Change the +30 to however many mm you want to raise it.

Veröffentlicht : 29/07/2018 5:22 am
kirby
(@kirby)
Trusted Member
Themenstarter answered:
Re: Adjust post-print extruder position?


Change the +30 to however many mm you want to raise it.

Got to try this last night. It worked, thanks!

Veröffentlicht : 06/08/2018 5:43 pm
Teilen: