From 492df0c072e159e4a2a1c744ed9469aaf3c4a81c Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 5 Feb 2020 19:07:17 +0100 Subject: [PATCH] Invert encoder direction --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3dc37c901e..96ef4744a0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2508,7 +2508,7 @@ // // Set this option if CLOCKWISE causes values to DECREASE // -//#define REVERSE_ENCODER_DIRECTION +#define REVERSE_ENCODER_DIRECTION // // This option reverses the encoder direction for navigating LCD menus.