Fix for issue 10971 #961

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

Originally created by @Argolein on 1/27/2026

Description

Please provide a summary of the changes made in this PR. Include details such as:

  • Fix for issue 10971
  • Fix wipe tower filament selection and clean up tool ordering. Added wipe_tower_filament handling to WipeTower2 (store config, mark non-selected tools as “soluble,” and use it in toolchange selection) and ensured the configured wipe‑tower extruder is included in the extruder list for ordering. Removed duplicated/merged tool‑ordering code (extra insert_wipe_tower_extruder definition, duplicate declaration, and redundant reorder block) so the tool order logic runs only once.

Screenshots/Recordings/Graphs

image

Tests

Tested on macOS with five different models.
Needs further testing with other OS and other models!

*Originally created by @Argolein on 1/27/2026* # Description Please provide a summary of the changes made in this PR. Include details such as: * Fix for issue [10971](https://github.com/OrcaSlicer/OrcaSlicer/issues/10971) * Fix wipe tower filament selection and clean up tool ordering. Added wipe_tower_filament handling to WipeTower2 (store config, mark non-selected tools as “soluble,” and use it in toolchange selection) and ensured the configured wipe‑tower extruder is included in the extruder list for ordering. Removed duplicated/merged tool‑ordering code (extra insert_wipe_tower_extruder definition, duplicate declaration, and redundant reorder block) so the tool order logic runs only once. # Screenshots/Recordings/Graphs <img width="1560" height="833" alt="image" src="https://github.com/user-attachments/assets/60567fcc-f3f9-4e3d-87c8-c759e38f1615" /> ## Tests Tested on macOS with five different models. Needs further testing with other OS and other models!
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#961