mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 06:27:26 -06:00
Remove extra empty line
This commit is contained in:
parent
b25620826f
commit
2cf13c5e94
1 changed files with 0 additions and 1 deletions
|
@ -500,7 +500,6 @@ class PurgeLinesAndUnload(Script):
|
|||
]
|
||||
return "\n".join(gcode_lines)
|
||||
|
||||
|
||||
purge_location = self.getSettingValueByKey("purge_line_location")
|
||||
purge_extrusion_full = True if self.getSettingValueByKey("purge_line_length") == "purge_full" else False
|
||||
purge_str = ";TYPE:CUSTOM----------[Purge Lines]\nG0 F600 Z2 ; Move up\nG92 E0 ; Reset extruder\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue