From fad75360bddcb6b2d67180549897c07be6d60bd5 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Thu, 30 Nov 2017 14:52:19 -0700 Subject: [PATCH] T1375 Esteps display accuracy now integers. To allow for easier adjusting from the LCD. --- Marlin/Conditionals_LulzBot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index e2bef0283..c27d2656a 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".51" // Change this with each update +#define LULZBOT_FW_VERSION ".52" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \