procedure at the end of printing
 
Notifications
Clear all

procedure at the end of printing  

  RSS
Hiram
(@hiram)
Active Member
procedure at the end of printing

Hello, to solve a problem I would like at the end of a print, increase the temperature of the nozzle at 280°, completely retract the filament then lower the temperature of the nozzle to zero ... Is this possible and if so, how is it 'please ! Thank you

Best Answer by towlerg:

GCODE

M109 R280       ; wait till extruder reaches 280C

G1 E-xx               ; move filament some amount - negative to retract

M104 S0             ; set extruder temp to 0C and continue

Posted : 03/04/2021 6:47 pm
towlerg
(@towlerg)
Noble Member
RE: procedure at the end of printing

GCODE

M109 R280       ; wait till extruder reaches 280C

G1 E-xx               ; move filament some amount - negative to retract

M104 S0             ; set extruder temp to 0C and continue

Posted : 03/04/2021 7:12 pm
Hiram liked
Hiram
(@hiram)
Active Member
Topic starter answered:
RE: procedure at the end of printing

@towlerg

Thanks i suppose i must  write this GCODE inside the prusaslicer !

Posted : 04/04/2021 6:41 am
towlerg
(@towlerg)
Noble Member
RE: procedure at the end of printing

Yep, Printer Settings/Custom G-code/End G-code.Obviously create a very small model to test, maybe one or two layers.

Posted : 04/04/2021 2:10 pm
Share: