mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Move MachineActionManager into cura.UI module
This commit is contained in:
parent
8c0cb2b7b8
commit
dfc53d3604
4 changed files with 4 additions and 8 deletions
|
@ -95,9 +95,8 @@ from . import CameraAnimation
|
|||
from . import PrintInformation
|
||||
from . import CuraActions
|
||||
from cura.Scene import ZOffsetDecorator
|
||||
from cura.UI import CuraSplashScreen
|
||||
from cura.UI import CuraSplashScreen, MachineActionManager
|
||||
from . import PrintJobPreviewImageProvider
|
||||
from . import MachineActionManager
|
||||
|
||||
from cura.TaskManagement.OnExitCallbackManager import OnExitCallbackManager
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue