From c3b05fc2d7982cd90420682ec617b19ba3bc1c21 Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Fri, 16 Mar 2018 14:36:18 -0600 Subject: [PATCH] Fix to Hibiscus auto-level code. - Added M400 to leveling sequence. - Changed "levelling" to American spelling. --- Marlin/Conditionals_LulzBot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 4fa844040..6eb00d2f0 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -13,7 +13,7 @@ * got disabled. */ -#define LULZBOT_FW_VERSION ".19" // Change this with each update +#define LULZBOT_FW_VERSION ".20" // Change this with each update #if ( \ !defined(LULZBOT_Gladiola_Mini) && \ @@ -625,7 +625,7 @@ } #if defined(LULZBOT_USE_Z_BELT) - #define LULZBOT_MENU_AXIS_LEVELING_GCODE "G28\nG0 Z5 F6000\nG91\nM211 S0\nM906 Z600\nG0 Z-15 F500\nG90\nM400\nM906 Z960\nM211 S1\nG28\nM117 Levelling done." + #define LULZBOT_MENU_AXIS_LEVELING_GCODE "G28\nG0 Z5 F6000\nG91\nM211 S0\nM400\nM906 Z600\nG0 Z-15 F500\nG90\nM400\nM906 Z960\nM211 S1\nG28\nM117 Leveling done." #endif /*************************** COMMON TOOLHEADS PARAMETERS ***********************/