mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merge branch '4.11'
This commit is contained in:
commit
e5374ada3b
3 changed files with 307 additions and 307 deletions
|
@ -468,8 +468,8 @@ class PauseAtHeight(Script):
|
|||
|
||||
#Move the head back
|
||||
if park_enabled:
|
||||
prepend_gcode += self.putValue(G = 1, Z = current_z, F = 300) + "\n"
|
||||
prepend_gcode += self.putValue(G = 1, X = x, Y = y, F = 9000) + "\n"
|
||||
prepend_gcode += self.putValue(G = 1, Z = current_z, F = 300) + "\n"
|
||||
|
||||
if retraction_amount != 0:
|
||||
prepend_gcode += self.putValue(G = 1, E = retraction_amount, F = 6000) + "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue