Generale
GCode
Start Gcode
Comune per tutti gli slicer
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate --> da rimuovere in Ideamaker
G28 ;Home
; Opzionale
; spinge un po' di filamento per spurgare l'ugello e, se il gcode finale opzionale e' attivato, lo reintroduce nell'ugello
;G92 E0 ;Reset Extruder
;G91 ;Relative positioning
;G1 E60 F1500 ;Introduce filament in the nozzle
;G90 ;Absolute positionning
;Code for nozzle cleaning and flow normalization
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.4 Y20 Z0.28 F5000.0
G1 X10.4 Y170.0 Z0.28 F1500.0 E15
G1 X10.1 Y170.0 Z0.28 F5000.0
G1 X10.1 Y40 Z0.28 F1500.0 E15
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
End Gcode
Comune per tutti gli slicer
G91 ;Relative positioning
G1 E-2 F2700 ;Retract the filament
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
;Opzionale
;G0 F500 X0 Y0 Z190 ;Manda il piatto giu' fino a 19cm
G90 ;Absolute positionning
G28 X0 Y0 ;Home X and Y
;Opzionale
;Ritrae il filamento dall'ugello, cosi' e' piu' semplice cambiare il filo dopo la fine della stampa
;G92 E0 ;Reset Extruder
;G91 ;Relative positioning
;G1 E-55 F2400 ;Retract filament from hotend
;G92 E0 ;Reset Extruder
;G90 ;Absolute positionning
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M84 X Y E ;Disable all steppers but Z