OrcaSlicer/src/slic3r
yw4z 5e6a8e4daf
Add preference for filament area height to reduce scrolling while using 16+ filaments (#12317)
Fixes https://github.com/OrcaSlicer/OrcaSlicer/issues/12284

Adds a preference for filaments area height since every user has different amount of MM units and external filaments
so users can set a value that fits their setups this way

we might see 3 or 6 filaments for each unit on future. thats why i set value as int

used 10 as default value. its good for 2 multimaterial units ( 8 filaments ) and 1 external filament

min value is 8.  might be good when no external filaments in use

max value is 99. UI works same as 2.3.1 version

<img width="562" height="122" alt="Screenshot-20260215194149" src="https://github.com/user-attachments/assets/309cec36-8b83-48f3-875f-d5f22a9631e7" />

**BEFORE**
Scrollable area fixed for 10 items. that causes a lot of scrolling whe user has 3 or 4 ams units

<img width="411" height="237" alt="Screenshot-20260215194816" src="https://github.com/user-attachments/assets/fc7823c0-d82a-4d1f-bb5b-56e8dd47abd2" />

**AFTER**
value 10. - 2 multimaterial units ( 8 filaments ) and 1 external filament
<img width="1002" height="250" alt="Screenshot-20260215195243" src="https://github.com/user-attachments/assets/e3238cd1-788e-4ed2-b048-89c63bd323db" />

value 18  - 4 multimaterial units ( 16 filaments ) and 1 external filament
<img width="1001" height="355" alt="Screenshot-20260215195127" src="https://github.com/user-attachments/assets/afe0305e-fcb4-4a51-b8dc-e70a063aa391" />
2026-02-23 12:56:09 +08:00
..
Config FIX: backend get the extruder id based on filament_map 2025-08-24 23:18:02 +08:00
GUI Add preference for filament area height to reduce scrolling while using 16+ filaments (#12317) 2026-02-23 12:56:09 +08:00
Utils tweak legacy library migration from rename to copy in BBLNetworkPlugin (#12400) 2026-02-21 20:49:09 +08:00
CMakeLists.txt Improve the look of new version release notes (#12231) 2026-02-11 16:00:04 +08:00
GeneratedConfig.hpp.in Revamp OrcaSlicer updater (#10884) 2025-09-28 10:33:33 +08:00
pchheader.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
pchheader.hpp Merge branch 'main' into dev/step-import-dialog 2025-04-05 17:47:59 +08:00