-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/klipper: always update mutable config & deprecate immutable config
Klipper macros that use SAVE_CONFIG (eg. bed mesh calibration, PID tuning, ...) don't work with an immutable config. The mutableConfig option was added in #188273 to support SAVE_CONFIG, but it only seeds the config if it doesn't already exist. This refactors `mutableConfig` to always replace the config (preserving the SAVE_CONFIG section) and deprecates immutable configs.
- Loading branch information
1 parent
8193466
commit 88ebe25
Showing
2 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters