mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add CuraStage
This commit is contained in:
parent
833593bfa2
commit
ab5449b01e
1 changed files with 12 additions and 0 deletions
12
cura/Stages/CuraStage.py
Normal file
12
cura/Stages/CuraStage.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
from UM.Stage import Stage
|
||||
|
||||
class CuraStage(Stage):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def getMainView(self):
|
||||
return None
|
||||
|
||||
def getSidebarView(self):
|
||||
return None
|
Loading…
Add table
Add a link
Reference in a new issue