From a335ebc422264cfe5854c853a57efddf8611240c Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 24 Feb 2021 10:20:36 -0500 Subject: [PATCH] trim some space to fit --- Marlin/Configuration.h | 4 ++-- Marlin/Configuration_adv.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 31c806f93c..3cfcddf342 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2,7 +2,7 @@ #define GraphicalLCD // Will work next to MKS TFT #define TMC_2209 // Defaults to TMC2100 #define ABL_UBL // Defaults to Bilinear -#define RunoutSensor // Tinymachines Lerdge Sensor +//#define RunoutSensor // Tinymachines Lerdge Sensor #define RELOCATE_LED // Since the bltouch by default removed the LED, set this if you simply moved them off the hotend //#define E3DHermeaExtruder @@ -1427,7 +1427,7 @@ // Gradually reduce leveling correction until a set height is reached, // at which point movement will be level to the machine's XY plane. // The height can be set with M420 Z - #define ENABLE_LEVELING_FADE_HEIGHT + //#define ENABLE_LEVELING_FADE_HEIGHT #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT) #define DEFAULT_LEVELING_FADE_HEIGHT 10.0 // (mm) Default fade height. #endif diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 9481a089f8..b589edcedd 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1443,7 +1443,7 @@ // A bigger font is available for edit items. Costs 3120 bytes of PROGMEM. // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese. - #define USE_BIG_EDIT_FONT + //#define USE_BIG_EDIT_FONT // A smaller font may be used on the Info Screen. Costs 2434 bytes of PROGMEM. // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.