From 1aea3b2ff823c0c5e8628833eeeae89f22b8cee0 Mon Sep 17 00:00:00 2001 From: iGoX Date: Tue, 11 Feb 2025 19:41:07 +0100 Subject: [PATCH] Ender 3 - Disable INPUT_SHAPING_* --- creality-ender3/Marlin-2.1.2.4/Marlin/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creality-ender3/Marlin-2.1.2.4/Marlin/Configuration_adv.h b/creality-ender3/Marlin-2.1.2.4/Marlin/Configuration_adv.h index d9afe80..3d1a0f0 100644 --- a/creality-ender3/Marlin-2.1.2.4/Marlin/Configuration_adv.h +++ b/creality-ender3/Marlin-2.1.2.4/Marlin/Configuration_adv.h @@ -1087,8 +1087,8 @@ * X<1> Set the given parameters only for the X axis. * Y<1> Set the given parameters only for the Y axis. */ -#define INPUT_SHAPING_X -#define INPUT_SHAPING_Y +//#define INPUT_SHAPING_X +//#define INPUT_SHAPING_Y #if EITHER(INPUT_SHAPING_X, INPUT_SHAPING_Y) #if ENABLED(INPUT_SHAPING_X) #define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.