mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Update PurgeLinesAndUnload.py
This commit is contained in:
parent
db8a625d8f
commit
890db9da6e
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ class Position(tuple, Enum):
|
||||||
|
|
||||||
class PurgeLinesAndUnload(Script):
|
class PurgeLinesAndUnload(Script):
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
super().__init__()
|
|
||||||
|
|
||||||
def initialize(self) -> None:
|
def initialize(self) -> None:
|
||||||
super().initialize()
|
super().initialize()
|
||||||
# Get required values from the global stack and set default values for the script
|
# Get required values from the global stack and set default values for the script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue