mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
parent
86920f4507
commit
1471a6815f
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ class CuraEngineBackend(Backend):
|
|||
if not objects:
|
||||
return #No point in slicing an empty build plate
|
||||
|
||||
if kwargs.get("settings", self._settings).hasErrorValue():
|
||||
return #No slicing if we have error values since those are by definition illegal values.
|
||||
|
||||
self._slicing = True
|
||||
self.slicingStarted.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue