Hello,
Is it possible to add a line at de starting gcode wich causes the extruder to retract +10 mm?
I would like the extruder to extrude some filament to fill op the nozzle before homing all axes.
Is there a code for that?
To add retract there 10 mm, you'd simply placePatrickBroch wrote:Hello,
Is it possible to add a line at de starting gcode wich causes the extruder to retract +10 mm?
I would like the extruder to extrude some filament to fill op the nozzle before homing all axes.
Is there a code for that?
Code: Select all
G92 E-30 ;reset filament position for priming
G1 F200 E0 ;prime extruder
that's a lot of priming!dhylands wrote:In my setup, after the extruders have heated up, I have this:(for my Bukito)Code: Select all
G92 E-30 ;reset filament position for priming G1 F200 E0 ;prime extruder
Code: Select all
G92 E20 ; set filament length for retraction
G1 E0 F10200 ; retract filament for easy removal