From 4e3dd7ae0e6cf89d54dabfc5fb8d96a923b9fd40 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Tue, 10 Dec 2019 15:16:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egrbl/config.h=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grbl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grbl/config.h b/grbl/config.h index 354c7b1..30ac9e6 100644 --- a/grbl/config.h +++ b/grbl/config.h @@ -223,7 +223,7 @@ // NOTE: If VARIABLE_SPINDLE is enabled(default), this option has no effect as the PWM output and // spindle enable are combined to one pin. If you need both this option and spindle speed PWM, // uncomment the config option USE_SPINDLE_DIR_AS_ENABLE_PIN below. -//#define INVERT_SPINDLE_ENABLE_PIN // Default disabled. Uncomment to enable. +#define INVERT_SPINDLE_ENABLE_PIN // Default disabled. Uncomment to enable. // Inverts the selected coolant pin from low-disabled/high-enabled to low-enabled/high-disabled. Useful // for some pre-built electronic boards.