mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Added logging when not slicing due to error values
This commit is contained in:
parent
a9208ccf3f
commit
fc4f8da242
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue