Browse Source

Force update when changing nozzle size in custom FFF

Fixes #8306
Jaime van Kessel 4 years ago
parent
commit
349f3b7e11
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/MachineSettingsAction/MachineSettingsAction.py

+ 1 - 0
plugins/MachineSettingsAction/MachineSettingsAction.py

@@ -104,6 +104,7 @@ class MachineSettingsAction(MachineAction):
         # Force rebuilding the build volume by reloading the global container stack.
         # This is a bit of a hack, but it seems quick enough.
         self._application.getMachineManager().globalContainerChanged.emit()
+        self._application.getMachineManager().forceUpdateAllSettings()
 
     @pyqtSlot()
     def updateHasMaterialsMetadata(self) -> None: