PRINTING
Please refer to the following text. Fill in the following Start G-code and End G-code in
this setting:
Start_gcode:
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F1500 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
M302
G1 F1500
M302 S0 ; always allow extrusion (disable checking)
M163 S0 P0.9 ; Set Mix Factor
M163 S1 P0.1 ; Set Mix Factor
M164 S0
End_gcode:
G91 ;relative positioning
G1 F1500 Z+2 ; move Z up a bit and retract filament even more
G28 X0;move X/Y to min endstops, so the head is out of the way
G90
19