diff options
author | dakkar <dakkar@thenautilus.net> | 2011-02-05 11:11:46 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2011-02-05 11:11:46 +0000 |
commit | 0613bb28883b72062adb38ac5dbde6dee7075c69 (patch) | |
tree | 6dbbfa966ed3310f2e72ebe74a35c37dc808f8bf /gcode_scripts/start.txt | |
parent | new raft, from the mailing list (diff) | |
download | skeinforge-settings-0613bb28883b72062adb38ac5dbde6dee7075c69.tar.gz skeinforge-settings-0613bb28883b72062adb38ac5dbde6dee7075c69.tar.bz2 skeinforge-settings-0613bb28883b72062adb38ac5dbde6dee7075c69.zip |
SF35 initial profile
Diffstat (limited to 'gcode_scripts/start.txt')
-rw-r--r-- | gcode_scripts/start.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gcode_scripts/start.txt b/gcode_scripts/start.txt deleted file mode 100644 index 3ca7561..0000000 --- a/gcode_scripts/start.txt +++ /dev/null @@ -1,20 +0,0 @@ -(Cupcake ABS with heated build platform skeinforge profile) -(beginning of start.txt) -M104 S220 T0 (Extruder Temperature to 220 Celsius) -M109 S110 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) - |