From 63f6aff25facc2cf28d47227898419c5cfae6a0b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Mar 2026 11:17:00 +0000 Subject: [PATCH] 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. --- user_settings_clean.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_settings_clean.cfg b/user_settings_clean.cfg index c28e1d1..23f91ab 100644 --- a/user_settings_clean.cfg +++ b/user_settings_clean.cfg @@ -4,7 +4,7 @@ # ============================================================================ [include KNCM_settings.cfg] -[include calibration/*.cfg] +[include open4neptune-new/calibration/*.cfg] [skew_correction]