summaryrefslogtreecommitdiff
path: root/alterations/start.gcode
diff options
context:
space:
mode:
Diffstat (limited to 'alterations/start.gcode')
-rw-r--r--alterations/start.gcode18
1 files changed, 18 insertions, 0 deletions
diff --git a/alterations/start.gcode b/alterations/start.gcode
new file mode 100644
index 0000000..ba7bdda
--- /dev/null
+++ b/alterations/start.gcode
@@ -0,0 +1,18 @@
+(Cupcake ABS default skeinforge profile)
+(homing routing)
+M104 S220 T0 (Temperature to 220 celsius)
+M109 S120 T0 (set heated-build-platform temperature)
+G21 (Metric FTW)
+G90 (Absolute Positioning)
+G92 X0 Y0 Z0 (You are now at 0,0,0)
+(You have failed me for the last time, MakerBot)
+G0 Z15 (Move up for test extrusion)
+M108 S255 (Extruder speed = max)
+M6 T0 (Wait for tool to heat up)
+G04 P5000 (Wait 5 seconds)
+M101 (Extruder on, forward)
+G04 P5000 (Wait 5 seconds)
+M103 (Extruder off)
+M01 (The heater is warming up and will do a test extrusion. Click yes after you have cleared the nozzle of the extrusion.)
+G0 Z0 (Go back to zero.)
+(end of start.)