mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-12 14:25:57 -06:00
Remove trailing whitespace in PurgeLinesAndUnload.py
This commit is contained in:
parent
542a13195a
commit
02916eeeaf
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ class PurgeLinesAndUnload(Script):
|
|||
"G92 E0 ; Reset extruder\n"
|
||||
]
|
||||
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