mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Connect the config changed of the configuration to that of the output model
This commit is contained in:
parent
882352c99d
commit
63f9483037
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class PrinterOutputModel(QObject):
|
|||
|
||||
self._active_printer_configuration.extruderConfigurations = [extruder.extruderConfiguration for extruder in
|
||||
self._extruders]
|
||||
|
||||
self._active_printer_configuration.configurationChanged.connect(self.configurationChanged)
|
||||
self._available_printer_configurations = [] # type: List[PrinterConfigurationModel]
|
||||
|
||||
self._camera_url = QUrl() # type: QUrl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue