mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 19:09:00 +08:00
Added logging when not slicing due to error values
This commit is contained in:
parent
a9208ccf3f
commit
fc4f8da242
@ -144,6 +144,7 @@ class CuraEngineBackend(Backend):
|
|||||||
return #No point in slicing an empty build plate
|
return #No point in slicing an empty build plate
|
||||||
|
|
||||||
if kwargs.get("profile", self._profile).hasErrorValue():
|
if kwargs.get("profile", self._profile).hasErrorValue():
|
||||||
|
Logger.log('w', "Profile has error values. Aborting slicing")
|
||||||
return #No slicing if we have error values since those are by definition illegal values.
|
return #No slicing if we have error values since those are by definition illegal values.
|
||||||
|
|
||||||
self._slicing = True
|
self._slicing = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user