mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-02 16:14:42 -07:00
save_variables: Check lowercase variable names
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
parent
2c90c97ccd
commit
8a2de5f23e
3 changed files with 9 additions and 2 deletions
|
|
@ -8,6 +8,10 @@ All dates in this document are approximate.
|
|||
|
||||
## Changes
|
||||
|
||||
20250131: Option `VARIABLE=<name>` in `SAVE_VARIABLE` requires lowercase
|
||||
value. For example, `extruder` instead of mixedcase `Extruder` or
|
||||
uppercase `EXTRUDER`. Using any uppercase letter will raise an error.
|
||||
|
||||
20241203: The resonance test has been changed to include slow sweeping
|
||||
moves. This change requires that testing point(s) have some clearance
|
||||
in X/Y plane (+/- 30 mm from the test point should suffice when using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue