mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
CURA-4525 remove initial 'Unable to slice'
This commit is contained in:
parent
164e5fdc8e
commit
c1cb86a334
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
self._scene.gcode_list[build_plate_to_be_sliced] = []
|
self._scene.gcode_list[build_plate_to_be_sliced] = []
|
||||||
Logger.log("d", "Build plate %s has no objects to be sliced, skipping", build_plate_to_be_sliced)
|
Logger.log("d", "Build plate %s has no objects to be sliced, skipping", build_plate_to_be_sliced)
|
||||||
if self._build_plates_to_be_sliced:
|
if self._build_plates_to_be_sliced:
|
||||||
return self.slice()
|
self.slice()
|
||||||
|
return
|
||||||
|
|
||||||
self._stored_layer_data = []
|
self._stored_layer_data = []
|
||||||
self._stored_optimized_layer_data[build_plate_to_be_sliced] = []
|
self._stored_optimized_layer_data[build_plate_to_be_sliced] = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue