mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-12 22:36:00 -06:00
Fix direct import
CURA-12584
This commit is contained in:
parent
88ab3c1732
commit
175a72e12b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from PyQt6.QtGui import QImage, QUndoStack, QColor
|
|||
from cura.CuraApplication import CuraApplication
|
||||
from cura.BuildVolume import BuildVolume
|
||||
from cura.CuraView import CuraView
|
||||
from Machines.Models.ExtrudersModel import ExtrudersModel
|
||||
from cura.Machines.Models.ExtrudersModel import ExtrudersModel
|
||||
from UM.PluginRegistry import PluginRegistry
|
||||
from UM.View.GL.ShaderProgram import ShaderProgram
|
||||
from UM.View.GL.Texture import Texture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue