Description:  


For customers that would like to use their own slicing engine. 

 


Process:



1) Copy the 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}

                        ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line

                        ;M109 S{print_temperature} ;Uncomment to add your own temperature line

                        M42 P6 S255                  ; turn lights on

                        G21                          ; metric values

                        G90                          ; absolute positioning

                        M82                          ; set extruder to absolute mode

                        M107                         ; start with the fan off

                        M109 T1 S240.000000         ; heat second nozzle for auto leveling (in case machine selected incorrectly)

                        T0                   ; switch to first nozzle and retract filament

                        G92 E0                       ; set extruder position to 0

                        G1 E-20 F125

                        G28 F200                         ; home all

                        G1 Z0  F1200

                        G1 X20 Y228 F7000

                        G1 Z-2  F1200                ; lower to brush

                        G1 X138 Y226 F2000

                        G1 X40 Y228 F2000

                        G1 X138 Y226 F2000

                        G1 E-30 F125

                        G1 X40 Y228 F2000           ;

                        G1 Z0 F1200

                        G28 X0 Y0

                        M204 S300                    ; set accel for probing

                        M203 Z4                      ; set z max speed for probing

                        G29

                        M204 S3500                   ; set accel back to normal

                        M203 Z20                      ; set z max back to limit

                        G1 Z5  ; raise nozzle up 5mm

                        M104 T1 S0                  ; cool second nozzle after leveling (in case machine selected incorrectly)

                        T0                          ; switch back to first nozzle

                        G1 E6 F100                     ; extrude filament back into nozzle and 7mm more

                        G92 E0                        ; zero extruder

                        M400                         ; clear buffer

                        G4 S1                        ; pause

                        M117 AXIOM Printing...        ;Put printing message on LCDE screen

--


2) Paste it into the slicing engine of your choice such as MatterControl or Simplify3D.


--


3) Copy the 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

                        G28

                        M84 ; steppers off

                        G90 ; absolute positioning

                        M42 P6 S0 ; lights off--


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.