mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 12:23:11 +08:00
Revert "Move cura-import to top of the file"
This reverts commit 5082e64f0c1d60e4820a3ba35fd3ca82c8be3051.
This commit is contained in:
parent
5082e64f0c
commit
f6bf7050fb
@ -9,7 +9,6 @@ from UM.Settings.Interfaces import DefinitionContainerInterface
|
|||||||
from UM.Settings.InstanceContainer import InstanceContainer
|
from UM.Settings.InstanceContainer import InstanceContainer
|
||||||
|
|
||||||
from cura.Machines.ContainerTree import ContainerTree
|
from cura.Machines.ContainerTree import ContainerTree
|
||||||
from cura.CuraApplication import CuraApplication
|
|
||||||
from .AbstractMachine import AbstractMachine
|
from .AbstractMachine import AbstractMachine
|
||||||
from .GlobalStack import GlobalStack
|
from .GlobalStack import GlobalStack
|
||||||
from .ExtruderStack import ExtruderStack
|
from .ExtruderStack import ExtruderStack
|
||||||
@ -278,6 +277,7 @@ class CuraStackBuilder:
|
|||||||
"""
|
"""
|
||||||
abstract_machine_id = definition_id + "_abstract_machine"
|
abstract_machine_id = definition_id + "_abstract_machine"
|
||||||
|
|
||||||
|
from cura.CuraApplication import CuraApplication
|
||||||
application = CuraApplication.getInstance()
|
application = CuraApplication.getInstance()
|
||||||
registry = application.getContainerRegistry()
|
registry = application.getContainerRegistry()
|
||||||
container_tree = ContainerTree.getInstance()
|
container_tree = ContainerTree.getInstance()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user