start2的gcode碼
;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M104 S{print_temperature} ;Uncomment to add your own temperature line
;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
M190 S{print_bed_temperature}
M109 S{print_temperature}
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
T0 ;Switch to the 2nd extruder
G92 E0 ;zero the extruded length
G1 F3600 E110 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
M117 Printing...
end2的gcode碼
end2.gcode #
G92 E0
G1 F12000 E-110
M104 TO S0
M104 T1 S0
M140 S0
G91
G1 E-1 F300
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed}
G28 X0 Y0
M84 ;steppers off
G90 ;absolute positioning
;{profile_string}