mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch '4.12' of github.com:Ultimaker/Cura
This commit is contained in:
commit
cd68434611
2 changed files with 5 additions and 2 deletions
|
|
@ -7,5 +7,5 @@ license: "LGPL-3.0"
|
||||||
message: "If you use this software, please cite it using these metadata."
|
message: "If you use this software, please cite it using these metadata."
|
||||||
repository-code: "https://github.com/ultimaker/cura/"
|
repository-code: "https://github.com/ultimaker/cura/"
|
||||||
title: "Ultimaker Cura"
|
title: "Ultimaker Cura"
|
||||||
version: "4.10.0"
|
version: "4.12.0"
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,9 @@ class StartSliceJob(Job):
|
||||||
Job.yieldThread()
|
Job.yieldThread()
|
||||||
|
|
||||||
for changed_setting_key in changed_setting_keys:
|
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")
|
validation_state = stack.getProperty(changed_setting_key, "validationState")
|
||||||
|
|
||||||
if validation_state is None:
|
if validation_state is None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue