Description:  


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

 


Process:



1) Copy the start gcode 


;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

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 X138 Y226 F2000

G1 X40 Y228 F2000

G1 X138 Y228 F2000

G1 E-35 F125

G1 X138 Y226 F2000

G1 X40 Y228 F2000

G1 X138 Y226 F2000

G1 Z-3 F1200

G1 X40 Y228 F2000 ;

G1 X138 Y226 F2000

G1 E-40 F125

G1 X40 Y228 F2000

G1 X138 Y228 F2000

G1 Z0 F1200

G28 X0 Y0

M204 S300 ; set accel for probing

G29

M204 S3500 ; set accel back to normal

G1 Z5 ; raise nozzle up 10mm

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

G92 E0 ; zero extruder

M400 ; clear buffer

G4 S1 ; pause

 

--


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


--


3) Copy the end gcode.


M400

M104 S0 ; Hotend off

M140 S0 ; heated bed heater off (if you have it)

M107 ; fans off

G92 E0 ; set extruder to 0

G1 E-3 F300 ; retract a bit to relieve pressure

G28 X0 Y0 F8000 ; move to cooling positioning

G1 Z260 F1000 ; move to cooling positioning

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.