Fix: The fix of the adaptive layer height logic for supports #2220

Closed
opened 2026-04-06 01:48:26 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @valerii-bokhan on 9/12/2025

Description

This PR fixes 10650

The tree_support_adaptive_layer_height option was available in UI only, but its value was never hooked in the code because of this change in the past.

Also, the independent_layer_height option exists that came from BBS; its value takes part in the logic, but the option itself is hidden in the UI. It's in a limbo state (half done).

I attempted to implement the most straightforward fix possible (to minimize code changes), but it would be beneficial to remove one of the duplicate options in the future.

Screenshots

Option disabled:

image

Option enabled:

image
*Originally created by @valerii-bokhan on 9/12/2025* # Description This PR fixes [10650](https://github.com/SoftFever/OrcaSlicer/issues/10650) The `tree_support_adaptive_layer_height` option was available in UI only, but its value was never hooked in the code because of this [change](https://github.com/SoftFever/OrcaSlicer/commit/1d1df4b0a51869430911930adeb605ece99a7ef7) in the past. Also, the `independent_layer_height` option exists that came from BBS; its value takes part in the logic, but the option itself is hidden in the UI. It's in a limbo state (half done). I attempted to implement the most straightforward fix possible (to minimize code changes), but it would be beneficial to remove one of the duplicate options in the future. # Screenshots Option disabled: <img width="1045" height="442" alt="image" src="https://github.com/user-attachments/assets/3c998a2c-4672-441c-84d6-91f86eef3533" /> Option enabled: <img width="1068" height="485" alt="image" src="https://github.com/user-attachments/assets/f4e07bae-d3ea-4f0a-8053-7e82e7733fc1" />
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#2220