No problem. The Start G-code I currently have in the printer machine settings is
M117 Initialising...
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G92 E0 ;zero the extruded length
M117 Cleaning... ;Put cleaning message on screen
; - reposition nozzle
G1 Y10 Z5 F10000 ;raise nozzle 5mm and move along Y by 10mm
; - continue cleaning
G1 Z1 ;Move nozzle close to the bed
G1 E10 ;extrude 10mm of filament
G1 Z15 F15000 E5 ;Move up 15mm fast, while extruding 5mm
G92 E0 ;zero the extruded length again
G1 X0 Y0 ;home the nozzle
M117 Printing...
I have changed this to move the cleaning operation so that the cleaned nozzle didn't lower its self back in to the extruded filament. The lowering happens after the G1 X0 Y0 command at the end.
Recommended Posts
burtoogle 516
Hi, could you please save a sample project file (File -> Save) and attach the .3mf to this thread, thanks.
Link to post
Share on other sites