From 39b932b4011b342eb634262276025e5709be3dba Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Fri, 13 Oct 2017 14:35:36 -0600 Subject: [PATCH] Switched to using the early Einsy --- Marlin/Conditionals_LulzBot.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 264cc01d3..2dd9abfb9 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".17" // Change this with each update +#define LULZBOT_FW_VERSION ".18" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -64,6 +64,7 @@ #define LULZBOT_IS_MINI #define LULZBOT_MINI_BED #define LULZBOT_USE_EINSYRAMBO + #define LULZBOT_USE_EARLY_EINSY #define LULZBOT_USE_AUTOLEVELING #define LULZBOT_SENSORLESS_HOMING #define LULZBOT_SENSORLESS_PROBING @@ -77,6 +78,7 @@ #define LULZBOT_IS_MINI #define LULZBOT_MINI_BED #define LULZBOT_USE_EINSYRAMBO + #define LULZBOT_USE_EARLY_EINSY #define LULZBOT_USE_LCD_DISPLAY #define LULZBOT_USE_AUTOLEVELING #define LULZBOT_SENSORLESS_HOMING