mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add overwritten part for start_x and start_y set to None
This commit is contained in:
parent
e5723a1088
commit
b421c057a8
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ class PurgeLinesAndUnload(Script):
|
|||
self.machine_right = self.machine_width - 1.0
|
||||
self.machine_front = 1.0
|
||||
self.machine_back = self.machine_depth - 1.0
|
||||
|
||||
self.start_x = None
|
||||
self.start_y = None
|
||||
|
||||
def initialize(self) -> None:
|
||||
super().initialize()
|
||||
# Get the StartUp Gcode from Cura and attempt to catch if it contains purge lines. Message the user if an extrusion is in the startup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue