Fix: Use correct include path for calibration macros
Changed from: [include calibration/*.cfg] Changed to: [include open4neptune-new/calibration/*.cfg] This ensures the calibration macros are loaded from the repo (direct include) instead of a potentially outdated local copy. Fixes issue where Klipper couldn't find the calibration macros after users switched to direct include method.
This commit is contained in:
parent
ed1f52960f
commit
63f6aff25f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# ============================================================================
|
||||
|
||||
[include KNCM_settings.cfg]
|
||||
[include calibration/*.cfg]
|
||||
[include open4neptune-new/calibration/*.cfg]
|
||||
|
||||
[skew_correction]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue