Fix fill bed and disable arranging after adding / removing instances #1383

Closed
opened 2026-04-05 17:32:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @yw4z on 12/10/2025

Fill bed not arranging items after cloning. also object list not updated that leads to crash
• issue caused by wrong condition. arranging has to be done after filling bed without any condition
• this requires "Auto arrange after cloning" is disabled to reproduce issue
• fixes https://github.com/OrcaSlicer/OrcaSlicer/issues/11596
before- object list not updated and all cloned items in same place after fill bed
Screenshot-20251211003611
after - all bed filled properly
Screenshot-20251211003637

Disabled auto arranging after creating an instance because it breaks current object placement and its annoying. you will loose your placement
• this requires "Auto arrange after cloning" is enabled to reproduce issue
before
orca-slicer_bKHO0kXlSI
after - all items stays in same position

I think auto arrange option only should work for clone dialog. creating instances should not use this behavior to reduce confusion

*Originally created by @yw4z on 12/10/2025* **Fill bed not arranging items after cloning. also object list not updated that leads to crash** • issue caused by wrong condition. arranging has to be done after filling bed without any condition • this requires "Auto arrange after cloning" is **disabled** to reproduce issue • fixes https://github.com/OrcaSlicer/OrcaSlicer/issues/11596 before- object list not updated and all cloned items in same place after fill bed <img width="1272" height="721" alt="Screenshot-20251211003611" src="https://github.com/user-attachments/assets/6a2f4905-6e2b-470c-a5a2-9edd136373f1" /> after - all bed filled properly <img width="1279" height="719" alt="Screenshot-20251211003637" src="https://github.com/user-attachments/assets/153a3ece-833e-46a8-b537-6e08a12a041e" /> **Disabled auto arranging after creating an instance because it breaks current object placement and its annoying. you will loose your placement** • this requires "Auto arrange after cloning" is **enabled** to reproduce issue before ![orca-slicer_bKHO0kXlSI](https://github.com/user-attachments/assets/28d149e5-be41-4e80-a924-2b3f4449b80e) after - all items stays in same position I think auto arrange option only should work for clone dialog. creating instances should not use this behavior to reduce confusion
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1383