mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Move models around again
- Move machine related models to cura.Machines.Models - Move printer device related models to cura.PrinterOutput.Models - Other UI/GUI related modules in cura.UI
This commit is contained in:
parent
85b28a0c90
commit
4a171eebf6
48 changed files with 99 additions and 101 deletions
|
@ -30,7 +30,7 @@ from .StartSliceJob import StartSliceJob, StartJobResult
|
|||
import Arcus
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from cura.UI.MachineModels.MultiBuildPlateModel import MultiBuildPlateModel
|
||||
from cura.Machines.Models.MultiBuildPlateModel import MultiBuildPlateModel
|
||||
from cura.Machines.MachineErrorChecker import MachineErrorChecker
|
||||
from UM.Scene.Scene import Scene
|
||||
from UM.Settings.ContainerStack import ContainerStack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue