Merge branch '4.12' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2021-11-01 11:50:47 +01:00
commit cd68434611
2 changed files with 5 additions and 2 deletions

View file

@ -7,5 +7,5 @@ license: "LGPL-3.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ultimaker/cura/"
title: "Ultimaker Cura"
version: "4.10.0"
...
version: "4.12.0"
...

View file

@ -123,6 +123,9 @@ class StartSliceJob(Job):
Job.yieldThread()
for changed_setting_key in changed_setting_keys:
if not stack.getProperty(changed_setting_key, "enabled"):
continue
validation_state = stack.getProperty(changed_setting_key, "validationState")
if validation_state is None: