From 88fde7d59f728a87de2382f5e3c95cbcbf7eeed4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 26 Nov 2024 21:30:51 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Direct=20Stepping=20AVR-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h | 2 +- config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h index 2fa8fd0db9..27fc0af7c3 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h @@ -2543,7 +2543,7 @@ * less step aliasing by calculating all motions in advance. * Preparing your G-code: https://github.com/colinrgodsey/step-daemon */ -#define DIRECT_STEPPING +//#define DIRECT_STEPPING /** * G38 Probe Target diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h index 7a9da125de..8b057093b9 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h @@ -2543,7 +2543,7 @@ * less step aliasing by calculating all motions in advance. * Preparing your G-code: https://github.com/colinrgodsey/step-daemon */ -#define DIRECT_STEPPING +//#define DIRECT_STEPPING /** * G38 Probe Target