mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
CURA-4870 Update the configuration also when the type or the buildplate
changed signal is emitted.
This commit is contained in:
parent
da54c93fda
commit
39a7f5a53d
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ class PrinterOutputModel(QObject):
|
||||||
# Update the printer configuration every time any of the extruders changes its configuration
|
# Update the printer configuration every time any of the extruders changes its configuration
|
||||||
for extruder in self._extruders:
|
for extruder in self._extruders:
|
||||||
extruder.extruderConfigurationChanged.connect(self._updatePrinterConfiguration)
|
extruder.extruderConfigurationChanged.connect(self._updatePrinterConfiguration)
|
||||||
|
self.typeChanged.connect(self._updatePrinterConfiguration)
|
||||||
|
self.buildplateChanged.connect(self._updatePrinterConfiguration)
|
||||||
|
|
||||||
self._camera = None
|
self._camera = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue