diff options
Diffstat (limited to 'alterations')
-rw-r--r-- | alterations/end.gcode | 4 | ||||
-rw-r--r-- | alterations/replace.csv | 1 | ||||
-rw-r--r-- | alterations/start.gcode | 18 |
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.) |