mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Implement Review comments
CURA-5479
This commit is contained in:
parent
24820bab07
commit
06284b6a73
3 changed files with 5 additions and 6 deletions
|
@ -254,8 +254,7 @@ class PrintInformation(QObject):
|
|||
def _onPreferencesChanged(self, preference: str) -> None:
|
||||
if preference == "cura/job_name_template":
|
||||
self._updateJobName()
|
||||
|
||||
if preference == "cura/material_settings":
|
||||
elif preference == "cura/material_settings":
|
||||
for build_plate_number in range(self._multi_build_plate_model.maxBuildPlate + 1):
|
||||
self._calculateInformation(build_plate_number)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue