fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.41k stars 431 forks source link

feat: ignore pending config changes in custom sections #1217

Closed pedrolamas closed 1 year ago

pedrolamas commented 1 year ago

Replaces the existing "Ignore default bed mesh Pending Configuration Changes" boolean setting with a new configurable "Sections to ignore Pending Configuration Changes" combo setting.

It defaults to an empty list, but when clicked it will provide two items that can be easily added by clicking on them.

image

Besides those items, users will be able to add whatever they want to the list.

Any pending configuration changes on these sections will just be ignored and will NOT cause the "Save Config & Restart" button to show (unless some other section that is not also on this list also has pending changes).

Resolves #1210