mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
Added message when slicing was cancelled due to errors in settings.
Fixes CURA-166
This commit is contained in:
parent
4808f52f59
commit
631c02bf2c
@ -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…
x
Reference in New Issue
Block a user