Force update when changing nozzle size in custom FFF

Fixes #8306
This commit is contained in:
Jaime van Kessel 2020-09-07 10:46:17 +02:00
parent 8c0e21f0d5
commit 349f3b7e11
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

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