mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Move CuraStage back to where plugins expect it.
This commit is contained in:
parent
39f6eafe3c
commit
3ca8ba421a
5 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
import os.path
|
||||
from UM.Application import Application
|
||||
from cura.UI.CuraStage import CuraStage
|
||||
from cura.Stages.CuraStage import CuraStage
|
||||
|
||||
|
||||
## Stage for monitoring a 3D printing while it's printing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue