Cura/plugins/CuraEngineBackend
Ruben D 6d2bcd9b3e
Fix error message when slicing with per-object setting errors
The message was generating a list of settings that had an error state by going through all extruder stacks and the global stack, but didn't bother to check the per-object stacks. I could've added it to the regular message but then the user would be confused because he can't find any errors either. So instead I opted to specify that it happened in per-model settings. It's not perfect, but should narrow down the user's search considerably.

Fixes #2427.
2017-11-20 01:55:57 +01:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
Cura.proto Receive time estimates per feature 2017-05-05 00:05:17 +02:00
CuraEngineBackend.py Fix error message when slicing with per-object setting errors 2017-11-20 01:55:57 +01:00
plugin.json Set author to Ultimaker B.V. instead of Ultimaker 2017-06-28 13:50:37 +02:00
ProcessGCodeJob.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ProcessSlicedLayersJob.py CURA-4481 add setting Remove Empty First Layers 2017-10-24 11:25:12 +02:00
StartSliceJob.py Fix error message when slicing with per-object setting errors 2017-11-20 01:55:57 +01:00