Add in some nifty little modifications

This commit is contained in:
Kenwood 2021-11-02 23:01:22 -04:00
parent 3631931c13
commit 6f9efa8ab2
1 changed files with 12 additions and 5 deletions

View File

@ -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