mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 08:03:15 +08:00
Don't check validation for settings in error state
CURA-8656
This commit is contained in:
parent
86875580af
commit
87db24f14c
@ -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…
x
Reference in New Issue
Block a user