mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4525 fixed material info per build plate, bugfix arrange on load
This commit is contained in:
parent
4a893c048e
commit
be6561b575
5 changed files with 21 additions and 16 deletions
|
@ -433,7 +433,6 @@ class CuraEngineBackend(QObject, Backend):
|
|||
self._postponed_scene_change_sources.append(source)
|
||||
return
|
||||
|
||||
Logger.log("d", " going to reslice: %s", build_plate_changed)
|
||||
self.stopSlicing()
|
||||
for build_plate_number in build_plate_changed:
|
||||
if build_plate_number not in self._build_plates_to_be_sliced:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue