mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
|
@ -1428,7 +1428,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
self.fileLoaded.emit(filename)
|
||||
arrange_objects_on_load = Preferences.getInstance().getValue("cura/arrange_objects_on_load")
|
||||
target_build_plate = self.activeBuildPlate if arrange_objects_on_load else -1
|
||||
target_build_plate = self.getBuildPlateModel().activeBuildPlate if arrange_objects_on_load else -1
|
||||
|
||||
for original_node in nodes:
|
||||
node = CuraSceneNode() # We want our own CuraSceneNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue