From b48c3c7c51a7c91ca0a72a33c428559866f89f97 Mon Sep 17 00:00:00 2001 From: cprezzi Date: Wed, 10 May 2017 18:11:28 +0200 Subject: [PATCH] Error corrected in config.h (missing ")" on LIMIT_MASK) --- grbl/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grbl/config.h b/grbl/config.h index d44cc96..be9af41 100644 --- a/grbl/config.h +++ b/grbl/config.h @@ -36,7 +36,6 @@ // one configuration file by placing their specific defaults and pin map at the bottom of this file. // If doing so, simply comment out these two defines and see instructions below. // #define DEFAULTS_GENERIC -#define DEFAULTS_K40 // #define CPU_MAP_ATMEGA328P // Arduino Uno CPU // Serial baud rate @@ -667,7 +666,7 @@ #define X_LIMIT_BIT 24 // X-MIN=24, X-MAX=25 #define Y_LIMIT_BIT 27 // Y-MIN=26, Y-MAX=27 #define Z_LIMIT_BIT 29 // Z-MIN=28, Z-MAX=29 -#define LIMIT_MASK ((1<