From 79d164711c13a89cab8c40231c182318df1a69a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Team=20BrailleRap-SP=20=20Philippe=20Pacotte=20=20St=C3=A9?= =?UTF-8?q?phane=20Godin?= <37216855+BrailleRapSP@users.noreply.github.com> Date: Tue, 24 Apr 2018 13:58:20 +0200 Subject: [PATCH] disable debug leveling --- MarlinBraille/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarlinBraille/Configuration.h b/MarlinBraille/Configuration.h index 0035e0f..40f6b0e 100644 --- a/MarlinBraille/Configuration.h +++ b/MarlinBraille/Configuration.h @@ -913,7 +913,7 @@ * Turn on with the command 'M111 S32'. * NOTE: Requires a lot of PROGMEM! */ -#define DEBUG_LEVELING_FEATURE +//#define DEBUG_LEVELING_FEATURE #if ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(AUTO_BED_LEVELING_UBL) // Gradually reduce leveling correction until a set height is reached,