mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:39:07 +08: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
@ -46,6 +46,8 @@ class PrinterOutputModel(QObject):
|
||||
# Update the printer configuration every time any of the extruders changes its configuration
|
||||
for extruder in self._extruders:
|
||||
extruder.extruderConfigurationChanged.connect(self._updatePrinterConfiguration)
|
||||
self.typeChanged.connect(self._updatePrinterConfiguration)
|
||||
self.buildplateChanged.connect(self._updatePrinterConfiguration)
|
||||
|
||||
self._camera = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user