mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add plugins for prepare and monitor stages
This commit is contained in:
parent
840e80a1fb
commit
84ba486d57
4 changed files with 32 additions and 0 deletions
11
plugins/PrepareStage/PrepareStage.py
Normal file
11
plugins/PrepareStage/PrepareStage.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Copyright (c) 2017 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from cura.Stages.CuraStage import CuraStage
|
||||
|
||||
|
||||
## Stage for preparing model (slicing).
|
||||
class PrepareStage(CuraStage):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
Loading…
Add table
Add a link
Reference in a new issue