Description:
This is a copy of our AXIOM Dual Nozzle Start / End Gcode to copy and past into other slicing engines such as Simplify3D or Matter Control
Process
1) Copy this Start Gcode
;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}
M42 P6 S255
G21 ; metric values
G90 ; absolute positioning
M82 ; set extruder to absolute mode
M107 ; start with the fan off
G28 F200 ; home all
;M109 T0 S240.000000 ; heat first nozzle for auto leveling
M109 T1 S240.000000 ; heat second nozzle for auto leveling
T0 ; switch to first nozzle and retract filament
G1 F100
G92 E0
G1 E-20 F100
;T1 ; switch to second nozzle and retract filament
;G92 E0
;G1 E-20 F100
T0 ; switch back to first nozzle for auto leveling
G1 Z0 F1200 ; raise bed to Z0
G1 X12 Y229 F7000 ; position nozzles before brush
G1 Z-2 F1200 ; lower nozzles to brush
G1 X148 Y229 F1000 ; clean nozzles
G1 X12 Y229 F1000
G1 X148 Y229 F1000
G1 X12 Y229 F1000
G1 Z0 F1200 ; raise bed to Z0 to avoid contact
G28 X0 Y0 ; home x and y
M204 S300 ; set accel for probing
M203 Z4 ; set z max speed for probing
G29 ; autolevel
M204 S2500 ; set accel back to normal
M203 Z20 ; set z max back to limit
G1 Z5 F200 ; raise nozzle up 5mm
;M104 T0 S0 ; cool first nozzle after leveling
M104 T1 S0 ; cool second nozzle after leveling
;T1 ; extrude filament back into second nozzle
;G92 E0
;G1 E20 F100
;G92 E0
T0 ; extrude filament back into first nozzle
G92 E0
G1 E20 F100
G92 E0
M400 ; clear buffer
G4 S1 ; pause
G1 X20 Y200 F6000
G1 F{travel_speed}
M117 AXIOM Dual Primary Printing... ;Put printing message on LCD screen
--
2) Paste it into the slicing engine of your choice such as MatterControl or Simplify3D.
--
3) Copy this end gcode.
;EndCode
M400
M104 T0 S0 ; switch off first nozzle
M104 T1 S0 ; switch off second nozzle
M140 S0 ; heated bed heater off
M107 ; fans off
T0
G92 E0 ; set first extruder to 0
G1 E-3 F300 ; retract a bit to relieve pressure
T1
G92 E0 ; set second extruder to 0
G1 E-3 F300 ; retract a bit to relieve pressure
T0 ; switch back to extruder 1
G28 ; home all
M84 ; steppers off
G90 ; absolute positioning
M42 P6 S0
--
4) Paste into slicing engine of your choice such as MatterControl or Simplify 3D.
--
Please open a Tech Ticket if you have any questions or need assistance with this process.