Fix Intra-layer "As Object List" not working. #697

Closed
opened 2026-04-05 16:26:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @derrickwzb on 2/19/2026

Adjusted by-layer instance ordering so Intra-layer order = As object list is honored during per-filament scheduling. Previously, process_layer always rebuilt a nearest-neighbor new_ordering for each filament, which could override the user-selected object-list order. The update reuses the precomputed global ordering when print_order is AsObjectList, and only falls back to per-filament nearest-neighbor ordering for default mode.

Regression caused by :
7597a4a95e

JIRA-78

*Originally created by @derrickwzb on 2/19/2026* Adjusted by-layer instance ordering so Intra-layer order = As object list is honored during per-filament scheduling. Previously, process_layer always rebuilt a nearest-neighbor new_ordering for each filament, which could override the user-selected object-list order. The update reuses the precomputed global ordering when print_order is AsObjectList, and only falls back to per-filament nearest-neighbor ordering for default mode. Regression caused by : https://github.com/bambulab/BambuStudio/commit/7597a4a95e19d882eabb404f20f98955752b5730 JIRA-78
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#697