mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Move PrintInformation into cura.UI module
This commit is contained in:
parent
228270d9d5
commit
5848174ad4
3 changed files with 3 additions and 7 deletions
|
|
@ -92,10 +92,9 @@ from .AutoSave import AutoSave
|
|||
from . import PlatformPhysics
|
||||
from . import BuildVolume
|
||||
from . import CameraAnimation
|
||||
from . import PrintInformation
|
||||
from . import CuraActions
|
||||
from cura.Scene import ZOffsetDecorator
|
||||
from cura.UI import CuraSplashScreen, MachineActionManager
|
||||
from cura.UI import CuraSplashScreen, MachineActionManager, PrintInformation
|
||||
from . import PrintJobPreviewImageProvider
|
||||
|
||||
from cura.TaskManagement.OnExitCallbackManager import OnExitCallbackManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue