mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Connect the config changed of the configuration to that of the output model
This commit is contained in:
parent
882352c99d
commit
63f9483037
@ -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…
x
Reference in New Issue
Block a user