From 13eab74fb8097f9604e5089f9cd2f30183d11f26 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 3 Mar 2023 14:22:21 -0600 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Stepper=20options=20follow?= =?UTF-8?q?up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #25422 --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 7503fd82daf7..a83c5822efee 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1688,7 +1688,7 @@ // @section extruder -#define DISABLE_E false // Disable the extruder when not stepping +//#define DISABLE_E // Disable the extruder when not stepping #define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled // @section motion