Fix: UI Overriding some settings per object #1058

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

Originally created by @tome9111991 on 1/16/2026

Description

This PR fixes an issue where the "modified" icon (the orange back arrow) and the reset functionality were missing for
several settings when adjusted on a per-object basis.

Because:
The slicer interface needs to know which "group" (such as Speed, Quality, or Strength) a setting belongs to in
order to track it. In the background code, some settings were missing these group labels. Because they were
unassigned, the interface essentially "overlooked" them when checking if a value had been changed, which meant the
orange reset arrow would never appear.

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

Before:
grafik

After PR:
grafik

*Originally created by @tome9111991 on 1/16/2026* # Description This PR fixes an issue where the "modified" icon (the orange back arrow) and the reset functionality were missing for several settings when adjusted on a per-object basis. Because: The slicer interface needs to know which "group" (such as Speed, Quality, or Strength) a setting belongs to in order to track it. In the background code, some settings were missing these group labels. Because they were unassigned, the interface essentially "overlooked" them when checking if a value had been changed, which meant the orange reset arrow would never appear. fix: https://github.com/OrcaSlicer/OrcaSlicer/issues/11971 Before: <img width="511" height="516" alt="grafik" src="https://github.com/user-attachments/assets/14dc4a62-26b3-4929-a7db-2ebb0993ee58" /> After PR: <img width="499" height="527" alt="grafik" src="https://github.com/user-attachments/assets/e3399b44-da36-4e23-bf82-164a34b9d6b4" />
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1058