Added logging when not slicing due to error values

This commit is contained in:
Jaime van Kessel 2015-09-02 14:05:49 +02:00
parent a9208ccf3f
commit fc4f8da242

View file

@ -144,6 +144,7 @@ class CuraEngineBackend(Backend):
return #No point in slicing an empty build plate
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.
self._slicing = True