mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Remove extra empty line
This commit is contained in:
parent
b25620826f
commit
2cf13c5e94
@ -500,7 +500,6 @@ class PurgeLinesAndUnload(Script):
|
|||||||
]
|
]
|
||||||
return "\n".join(gcode_lines)
|
return "\n".join(gcode_lines)
|
||||||
|
|
||||||
|
|
||||||
purge_location = self.getSettingValueByKey("purge_line_location")
|
purge_location = self.getSettingValueByKey("purge_line_location")
|
||||||
purge_extrusion_full = True if self.getSettingValueByKey("purge_line_length") == "purge_full" else False
|
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"
|
purge_str = ";TYPE:CUSTOM----------[Purge Lines]\nG0 F600 Z2 ; Move up\nG92 E0 ; Reset extruder\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user