From 125758ccc449dd101255c93e96c39ddac8aaf2b6 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Thu, 26 Apr 2018 23:44:28 -0400 Subject: [PATCH] Fix encode steps --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 47c9303416..42a38c0a5b 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1401,13 +1401,13 @@ // 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 1 +//#define ENCODER_PULSES_PER_STEP 1 // // Use this option to override the number of step signals required to // move between next/prev menu items. // -//#define ENCODER_STEPS_PER_MENU_ITEM 1 +//#define ENCODER_STEPS_PER_MENU_ITEM 5 /** * Encoder Direction Options