diff --git a/CR10/gcode/before_print.gcode b/CR10/gcode/before_print.gcode index 0cca37b..b166cea 100644 --- a/CR10/gcode/before_print.gcode +++ b/CR10/gcode/before_print.gcode @@ -30,9 +30,16 @@ G28 ;Home G92 E0 ;Reset Extruder G1 Z2.0 F3000 ;Move Z Axis up -G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position -G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line -G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little -G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line + +;Joes purge script +M211 S0 ;Disable soft endstops +G1 X30 Y30 Z5 F5000.0 ;Move to start position +G1 X60 Y305 Z5 F5000.0 ;Move over bucket +G1 F1500.0 E15 ;Extrude a lil +G1 Z0.6 F3000 ;Bring Z down a bit +G1 X60 Y290 F500.0 ;Little wipe + +M211 S1 ;Enable soft endstops + G92 E0 ;Reset Extruder -G1 Z2.0 F3000 ;Move Z Axis up +G1 Z2.0 F3000 ;Move Z Axis up \ No newline at end of file