From 80d7bf49d7894b2d32330c0b8e3d70560d6932c7 Mon Sep 17 00:00:00 2001 From: Patrick Moessler Date: Sat, 28 Dec 2019 21:39:53 +0100 Subject: [PATCH] Change encoder to 2/click --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 19249755a..b0c39dccd 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1954,7 +1954,7 @@ // This option overrides the default number of encoder pulses needed to // produce one step. Should be increased for high-resolution encoders. // -//#define ENCODER_PULSES_PER_STEP 4 +#define ENCODER_PULSES_PER_STEP 2 // // Use this option to override the number of step signals required to