Fix: unsaved changes dialog eg. nozzle temperatures #1052

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

Originally created by @tome9111991 on 1/17/2026

Description

This PR fixes an issue where changes to array-based settings (like nozzle_temperature for multi-extruder/color setups) were
not displayed in the "Unsaved Changes" dialog for Filament .

cause:
array options (like nozzle_temperature) were not being correctly indexed in
OptionsSearcher for Filament/Print presets, causing them to be hidden in the "Unsaved Changes" dialog because of
strict key matching.

fix: https://github.com/OrcaSlicer/OrcaSlicer/issues/11970

maybe need some test

After PR:
Nozzle temperature shown in Unsave dialog.
grafik

Before PR:
Unsave dialog not detect this temperature change
grafik

*Originally created by @tome9111991 on 1/17/2026* # Description This PR fixes an issue where changes to array-based settings (like nozzle_temperature for multi-extruder/color setups) were not displayed in the "Unsaved Changes" dialog for Filament . cause: array options (like nozzle_temperature) were not being correctly indexed in OptionsSearcher for Filament/Print presets, causing them to be hidden in the "Unsaved Changes" dialog because of strict key matching. fix: https://github.com/OrcaSlicer/OrcaSlicer/issues/11970 maybe need some test After PR: Nozzle temperature shown in Unsave dialog. <img width="671" height="719" alt="grafik" src="https://github.com/user-attachments/assets/dd42b75b-1704-4de0-9320-7fc23996f51f" /> Before PR: Unsave dialog not detect this temperature change <img width="670" height="723" alt="grafik" src="https://github.com/user-attachments/assets/681d6c5b-3eb2-4348-8c51-bf7419fe6e29" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1052