mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 19:01:05 -07:00
CURA-4084 Stack error checks are scheduled with a delay, and when a container is changed (e.g. Quality), the auto-slice may get triggered before the error check is done. Because the error check result is cached, the auto-slicing will use the previous result instead of new. So, the auto-slicing should be triggered when a stack validation is finished instead of when a stack/setting gets changed. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Cura.proto | ||
| CuraEngineBackend.py | ||
| plugin.json | ||
| ProcessGCodeJob.py | ||
| ProcessSlicedLayersJob.py | ||
| StartSliceJob.py | ||