mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08:00
Move MultiBuildPlateModel into Models folder
This commit is contained in:
parent
72b42113b3
commit
c0604e5c75
@ -60,7 +60,7 @@ from cura.Machines.Models.NozzleModel import NozzleModel
|
|||||||
from cura.Machines.Models.QualityProfilesModel import QualityProfilesModel
|
from cura.Machines.Models.QualityProfilesModel import QualityProfilesModel
|
||||||
from cura.Machines.Models.CustomQualityProfilesModel import CustomQualityProfilesModel
|
from cura.Machines.Models.CustomQualityProfilesModel import CustomQualityProfilesModel
|
||||||
|
|
||||||
from cura.Machines.Models.Other.MultiBuildPlateModel import MultiBuildPlateModel
|
from cura.Machines.Models.MultiBuildPlateModel import MultiBuildPlateModel
|
||||||
|
|
||||||
from cura.Machines.Models.MaterialManagementModel import MaterialManagementModel
|
from cura.Machines.Models.MaterialManagementModel import MaterialManagementModel
|
||||||
from cura.Machines.Models.GenericMaterialsModel import GenericMaterialsModel
|
from cura.Machines.Models.GenericMaterialsModel import GenericMaterialsModel
|
||||||
|
@ -4,7 +4,7 @@ from PyQt5.QtCore import Qt, pyqtSlot, QObject
|
|||||||
from PyQt5.QtWidgets import QApplication
|
from PyQt5.QtWidgets import QApplication
|
||||||
|
|
||||||
from cura.ObjectsModel import ObjectsModel
|
from cura.ObjectsModel import ObjectsModel
|
||||||
from cura.Machines.Models.Other.MultiBuildPlateModel import MultiBuildPlateModel
|
from cura.Machines.Models.MultiBuildPlateModel import MultiBuildPlateModel
|
||||||
|
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user