Add plugins for prepare and monitor stages

This commit is contained in:
ChrisTerBeke 2017-12-06 09:34:09 +01:00
parent 840e80a1fb
commit 84ba486d57
4 changed files with 32 additions and 0 deletions

View 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__()