Files
OrcaSlicer/src/slic3r/GUI
Noisyfox 1e11e80bd1 Fix a regression that second extruder settings not properly handled for H2D/X2D (#13648)
Fix a regression that second extruder settings not properly handled for H2D/X2D (OrcaSlicer/OrcaSlicer#13559)

The problem here is how it deals with comparasion between signed & unsigned unmbers. It will convert both into unsigned then do the comparasion,
which means when `extruder_id` is `-1` (which is a valid value, means all extruders), it will be treated as `0xFFFFFFFF` which is obviously greater than `nozzle_volumes->size()`
then be reset to `0`. So when the parameter dialog is built (which will call this function with `extruder_id=-1`), only the first extruder will be set to the correct variant index.
2026-05-13 20:48:50 +08:00
..
2026-05-10 02:21:13 +08:00
2026-03-09 20:52:12 +08:00
2026-04-28 16:57:02 +08:00
2025-10-28 15:29:50 +08:00
2026-04-28 16:57:02 +08:00
2025-10-05 16:02:17 +08:00
2025-10-05 16:02:17 +08:00
2026-04-20 19:27:38 -03:00
2026-01-03 23:06:57 +08:00
2026-05-11 19:38:40 +08:00
2026-02-04 11:40:02 +00:00
2026-05-11 19:38:40 +08:00
2025-10-02 09:30:48 +08:00
2025-10-02 09:30:48 +08:00
2025-10-02 09:30:48 +08:00
2025-10-28 15:29:56 +08:00
2025-10-28 15:29:56 +08:00
2026-01-03 23:06:57 +08:00
2026-01-03 23:06:57 +08:00
2026-01-23 17:05:56 +08:00
2026-04-25 18:14:51 +08:00
2026-04-25 18:14:51 +08:00
2026-03-11 17:20:12 -07:00
2026-04-25 18:14:51 +08:00
2026-04-25 18:14:51 +08:00
2026-05-10 02:21:13 +08:00
2026-01-23 17:05:56 +08:00
2026-05-11 19:38:40 +08:00
2026-03-09 20:36:36 +08:00
2026-05-10 02:21:13 +08:00
2026-01-03 23:06:57 +08:00
2026-01-23 17:05:56 +08:00
2026-01-03 23:06:57 +08:00
2026-05-10 02:21:13 +08:00
2026-05-11 19:38:40 +08:00
2026-02-04 11:40:02 +00:00
2026-01-23 17:05:56 +08:00
2026-01-23 17:05:56 +08:00
2025-10-28 15:30:06 +08:00
2025-11-19 13:51:52 +03:00
2025-10-28 15:29:56 +08:00
2026-04-25 18:14:51 +08:00
2026-04-25 18:14:51 +08:00