summaryrefslogtreecommitdiff
path: root/gcode_scripts
diff options
context:
space:
mode:
authorricklon <rick.rickanderson@gmail.com>2010-09-25 18:47:49 -0400
committerricklon <rick.rickanderson@gmail.com>2010-09-25 18:47:49 -0400
commit6ce8cf915df34cd81fe296bc9bc622898791d3ff (patch)
tree3d78ea2efce9baa2ce033ca5e38b9f9b48844896 /gcode_scripts
parentStarted repository for Matt Hagan's Skeinforge settings. (diff)
downloadskeinforge-settings-6ce8cf915df34cd81fe296bc9bc622898791d3ff.tar.gz
skeinforge-settings-6ce8cf915df34cd81fe296bc9bc622898791d3ff.tar.bz2
skeinforge-settings-6ce8cf915df34cd81fe296bc9bc622898791d3ff.zip
Skeinforg Settings Imported
Diffstat (limited to 'gcode_scripts')
-rwxr-xr-xgcode_scripts/end.txt9
-rwxr-xr-xgcode_scripts/start.txt20
2 files changed, 29 insertions, 0 deletions
diff --git a/gcode_scripts/end.txt b/gcode_scripts/end.txt
new file mode 100755
index 0000000..c1c26a7
--- /dev/null
+++ b/gcode_scripts/end.txt
@@ -0,0 +1,9 @@
+(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.)
+
diff --git a/gcode_scripts/start.txt b/gcode_scripts/start.txt
new file mode 100755
index 0000000..1d32925
--- /dev/null
+++ b/gcode_scripts/start.txt
@@ -0,0 +1,20 @@
+(Cupcake ABS with heated build platform skeinforge profile)
+(beginning of start.txt)
+M104 S220 T0 (Extruder Temperature to 220 Celsius)
+M109 S120 T0 (Heated Platform Temperature to 110 Celsius)
+M107 (fan off)
+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 warmup)
+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 heated build platform is heating up. Wait until after the lights have turned off for the first time, clear the test extrusion, and click yes.)
+G0 Z0 (Go back to zero.)
+(end of start.txt)
+