mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Don't arrange locked objects when arrangeAll is called
CURA-7440
This commit is contained in:
parent
d47623d58a
commit
a94ebc6261
2 changed files with 10 additions and 3 deletions
|
@ -27,7 +27,7 @@ class ArrangeObjectsJob(Job):
|
|||
title = i18n_catalog.i18nc("@info:title", "Finding Location"))
|
||||
status_message.show()
|
||||
|
||||
found_solution_for_all = arrange(self._nodes, Application.getInstance().getBuildVolume())
|
||||
found_solution_for_all = arrange(self._nodes, Application.getInstance().getBuildVolume(), self._fixed_nodes)
|
||||
|
||||
status_message.hide()
|
||||
if not found_solution_for_all:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue