mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added message when slicing was cancelled due to errors in settings.
Fixes CURA-166
This commit is contained in:
parent
4808f52f59
commit
631c02bf2c
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ class CuraEngineBackend(Backend):
|
|||
if self._message:
|
||||
self._message.hide()
|
||||
self._message = None
|
||||
self._message = Message(catalog.i18nc("@info:status", "Unable to slice. Please check your setting values for errors."))
|
||||
self._message.show()
|
||||
return #No slicing if we have error values since those are by definition illegal values.
|
||||
# Remove existing layer data (if any)
|
||||
for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue