Notifications
Clear all

Parking tool head after print  

  RSS
C0WBELL
(@c0wbell)
Membre
Parking tool head after print

Has anyone figured out how to park the tool head after printing?  I tried G27 but that hasn't worked.  I feel like parking the tool head will help with oozing after the print and just get it out of the way to 'present' the print for an enclosure I am considering making.

Publié : 29/09/2023 11:14 am
Cybergurke
(@cybergurke)
Active Member
RE: Parking tool head after print

I use the default Gcode and my printer does park after printing.

This is my end Gcode:

G4 ; wait

{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+5, max_print_height)}{endif} ; Move print head up
P0 S1 ; park tool
M84 ; disable motors

; turn off extruder heaters
{if is_extruder_used[0]} M104 T0 S0 {endif}
{if is_extruder_used[1]} M104 T1 S0 {endif}
{if is_extruder_used[2]} M104 T2 S0 {endif}
{if is_extruder_used[3]} M104 T3 S0 {endif}
{if is_extruder_used[4]} M104 T4 S0 {endif}

M140 S0 ; turn off heatbed
M107 ; turn off fan
M221 S100 ; reset flow percentage
M84 ; disable motors
M77 ; stop print timer
; max_layer_z = [max_layer_z]
Publié : 29/09/2023 3:53 pm
C0WBELL
(@c0wbell)
Membre
Topic starter answered:
RE: Parking tool head after print

That's awesome!  Must not be in the two tool head end g-code.  Thanks for sharing!  I added it and tried it and it worked.

Publié : 29/09/2023 7:29 pm
urbanvanilla
(@urbanvanilla)
Active Member
RE: Parking tool head after print

this is identical to my end g-code and I have a 2 head semi assembled.

Publié : 01/10/2023 5:22 am
Beaver
(@beaver)
Membre
RE: Parking tool head after print

Is there a way to park the tool head like this during a pause in the print? Normally that's handled with an M601, but I'm wondering if there's a way to use the custom gcode option with something like this to park the toolhead at a certain layer height so I can add internal magnets into parts.

Publié : 04/10/2023 7:23 pm
Erik a aimé
Partager :