Remove trailing whitespace in PurgeLinesAndUnload.py
Some checks are pending
conan-package / conan-package (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run

This commit is contained in:
HellAholic 2025-10-19 08:58:02 +02:00
parent 542a13195a
commit 02916eeeaf

View file

@ -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"