mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:39:07 +08:00
Add CuraStage
This commit is contained in:
parent
833593bfa2
commit
ab5449b01e
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…
x
Reference in New Issue
Block a user