mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Move MaterialOutputModel into cura.UI module
This commit is contained in:
parent
2d78c2d7fc
commit
69eb381f10
8 changed files with 40 additions and 40 deletions
|
@ -8,7 +8,7 @@ from typing import Optional, TYPE_CHECKING
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from cura.UI.PrinterOutputModel import PrinterOutputModel
|
||||
from cura.PrinterOutput.MaterialOutputModel import MaterialOutputModel
|
||||
from cura.UI.MaterialOutputModel import MaterialOutputModel
|
||||
|
||||
|
||||
class ExtruderOutputModel(QObject):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue