diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml index ae6ccd277e..ed5b962419 100644 --- a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml +++ b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml @@ -260,6 +260,14 @@ Item { storeIndex: 0 removeUnusedValue: false } + + // If the extruder by which the object needs to be printed is changed, ensure that the + // display is also notified of the fact. + Connections + { + target: extruderSelector + onActivated: provider.forcePropertiesChanged() + } } } }