summaryrefslogtreecommitdiff
path: root/gcode_scripts/end.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gcode_scripts/end.txt')
-rw-r--r--gcode_scripts/end.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcode_scripts/end.txt b/gcode_scripts/end.txt
deleted file mode 100644
index c1c26a7..0000000
--- a/gcode_scripts/end.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-(end of the file, cooldown routines)
-M104 S0 T0 (temp zero)
-M109 S0 T0 (platform off)
-M106 (fan on)
-G92 Z0 (zero our z axis - hack b/c skeinforge mangles gcodes in end.txt)
-G1 Z10 (go up 10 b/c it was zeroed earlier.)
-G1 X0 Y0 Z10 (go to 0,0,z)
-M18 (turn off steppers.)
-