From e424c926a8db589b71f9c62bdff5994720caed62 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Tue, 14 Nov 2017 09:00:57 -0700 Subject: [PATCH] Changed default bed leveling to LINEAR. --- Marlin/Conditionals_LulzBot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 91196931e..2bbf3ed11 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".31" // Change this with each update +#define LULZBOT_FW_VERSION ".32" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -424,8 +424,8 @@ #define LULZBOT_NOZZLE_CLEAN_FEATURE // Select type of leveling to use: //#define LULZBOT_AUTO_BED_LEVELING_BILINEAR - //#define LULZBOT_AUTO_BED_LEVELING_LINEAR - #define LULZBOT_AUTO_BED_LEVELING_3POINT + #define LULZBOT_AUTO_BED_LEVELING_LINEAR + //#define LULZBOT_AUTO_BED_LEVELING_3POINT #endif #if defined(LULZBOT_AUTO_BED_LEVELING_3POINT)