mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 12:14:25 +08:00
Fix import error starting up with an empty profile
CURA-1376
This commit is contained in:
parent
a862f29794
commit
967c062357
@ -10,6 +10,7 @@ from UM.Logger import Logger
|
|||||||
from UM.Qt.Bindings.BackendProxy import BackendState #To determine the state of the slicing job.
|
from UM.Qt.Bindings.BackendProxy import BackendState #To determine the state of the slicing job.
|
||||||
from UM.Message import Message
|
from UM.Message import Message
|
||||||
from UM.PluginRegistry import PluginRegistry
|
from UM.PluginRegistry import PluginRegistry
|
||||||
|
from UM.Resources import Resources
|
||||||
|
|
||||||
from cura.OneAtATimeIterator import OneAtATimeIterator
|
from cura.OneAtATimeIterator import OneAtATimeIterator
|
||||||
from . import ProcessSlicedLayersJob
|
from . import ProcessSlicedLayersJob
|
||||||
|
Loading…
x
Reference in New Issue
Block a user