From fb95e6665239c4a3298a96e427cde77993979903 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 18 Oct 2025 17:51:04 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(s)=20for=20FTM=5FMAX=5FSMOOTHIN?= =?UTF-8?q?G=5FTIME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 2da759ab3c..043e486d5d 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1183,7 +1183,7 @@ //#define FTM_SMOOTHING // Smoothing can reduce artifacts and make steppers quieter // on sharp corners, but too much will round corners. #if ENABLED(FTM_SMOOTHING) - #define FTM_MAX_SMOOTHING_TIME 0.10f // Maximum smoothing time (seconds), higher consumes more RAM. + #define FTM_MAX_SMOOTHING_TIME 0.10f // (s) Maximum smoothing time. Higher values consume more RAM. // Increase smoothing time to reduce jerky motion, ghosting and noises. #define FTM_SMOOTHING_TIME_X 0.00f // (s) Smoothing time for X axis. Zero means disabled. #define FTM_SMOOTHING_TIME_Y 0.00f // (s) Smoothing time for Y axis