mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Move ExtruderConfigurationModel into cura.UI module
This commit is contained in:
parent
6a8db55112
commit
49c87a1e1d
7 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@ from typing import List
|
|||
|
||||
MYPY = False
|
||||
if MYPY:
|
||||
from cura.PrinterOutput.ExtruderConfigurationModel import ExtruderConfigurationModel
|
||||
from cura.UI.ExtruderConfigurationModel import ExtruderConfigurationModel
|
||||
|
||||
|
||||
class ConfigurationModel(QObject):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue