mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 19:06:09 +08:00
Updated endcode, now uses a fast move away from the model and then homes
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.
This commit is contained in:
parent
81a5fa5138
commit
830ebe7aa9
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user