mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update PurgeLinesAndUnload.py
Missed a newline in line 499.
This commit is contained in:
parent
d04360c1c3
commit
d78d19820b
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ class PurgeLinesAndUnload(Script):
|
||||||
"""Generates G-code lines for prime blob adjustment."""
|
"""Generates G-code lines for prime blob adjustment."""
|
||||||
gcode_lines = [
|
gcode_lines = [
|
||||||
f"G1 F{retract_speed} E{retract_distance} ; Unretract",
|
f"G1 F{retract_speed} E{retract_distance} ; Unretract",
|
||||||
"G92 E0 ; Reset extruder"
|
"G92 E0 ; Reset extruder\n"
|
||||||
]
|
]
|
||||||
return "\n".join(gcode_lines)
|
return "\n".join(gcode_lines)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue