mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add missing import
CURA-8849
This commit is contained in:
parent
d30afb6647
commit
8c92ebfccd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from PyQt6.QtCore import Qt, QObject, QTimer
|
|||
import cura.CuraApplication
|
||||
from UM.Logger import Logger
|
||||
from UM.Qt.ListModel import ListModel
|
||||
from UM.Settings.ContainerStack import ContainerStack
|
||||
from cura.Machines.ContainerTree import ContainerTree
|
||||
from cura.Machines.Models.MachineModelUtils import fetchLayerHeight
|
||||
from cura.Machines.MaterialNode import MaterialNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue