chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a5fa5
)
Updated endcode, now uses a fast move away from the model and then homes
author
Daid
<daid303@gmail.com>
Sun, 12 Feb 2012 14:52:30 +0000
(15:52 +0100)
committer
Daid
<daid303@gmail.com>
Sun, 12 Feb 2012 14:52:30 +0000
(15:52 +0100)
to the corner. The fast move should breaky any strings and the home will
move the head out of the way so you can take the model.
SkeinPyPy/skeinforge_application/alterations/end.gcode
patch
|
blob
|
history
diff --git
a/SkeinPyPy/skeinforge_application/alterations/end.gcode
b/SkeinPyPy/skeinforge_application/alterations/end.gcode
index a981292e81b26071ef4eff700e657a15d63ed835..675f53acd5ae78f5cbb0bc404c54279d18302f67 100644
(file)
--- a/
SkeinPyPy/skeinforge_application/alterations/end.gcode
+++ b/
SkeinPyPy/skeinforge_application/alterations/end.gcode
@@
-2,9
+2,9
@@
M104 S0 (extruder heat off)
M106 (fan on)
G91 (relative positioning)
+G1 X-20 Y-20 F3000 (move X and Y over a bit at high speed)
+G28 X0 Y0 (move X/Y to min endstops)
G1 Z+10 E-5 F400 (move Z up a bit and retract filament by 5mm)
-G1 X-20 Y-20 F1500 (move X and Y over a bit)
M84 (steppers off)
G90 (absolute positioning)
(end of end.gcode)
-