summaryrefslogtreecommitdiff
path: root/alterations
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-02-05 11:11:46 +0000
committerdakkar <dakkar@thenautilus.net>2011-02-05 11:11:46 +0000
commit0613bb28883b72062adb38ac5dbde6dee7075c69 (patch)
tree6dbbfa966ed3310f2e72ebe74a35c37dc808f8bf /alterations
parentnew raft, from the mailing list (diff)
downloadskeinforge-settings-0613bb28883b72062adb38ac5dbde6dee7075c69.tar.gz
skeinforge-settings-0613bb28883b72062adb38ac5dbde6dee7075c69.tar.bz2
skeinforge-settings-0613bb28883b72062adb38ac5dbde6dee7075c69.zip
SF35 initial profile
Diffstat (limited to 'alterations')
-rw-r--r--alterations/end.gcode4
-rw-r--r--alterations/replace.csv1
-rw-r--r--alterations/start.gcode18
3 files changed, 23 insertions, 0 deletions
diff --git a/alterations/end.gcode b/alterations/end.gcode
new file mode 100644
index 0000000..3c6fdce
--- /dev/null
+++ b/alterations/end.gcode
@@ -0,0 +1,4 @@
+(end of the file, cooldown routines)
+M104 S0
+G91
+G1 Z10
diff --git a/alterations/replace.csv b/alterations/replace.csv
new file mode 100644
index 0000000..79137d9
--- /dev/null
+++ b/alterations/replace.csv
@@ -0,0 +1 @@
+M113 ;M113
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.)