mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +08:00
Add overwritten part for start_x and start_y set to None
This commit is contained in:
parent
e5723a1088
commit
b421c057a8
@ -54,6 +54,8 @@ 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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user