From 9b0583e5e11144022b9bde081962410acba10914 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 14 Jul 2024 08:43:05 -0400 Subject: [PATCH] Config Updates - Enable preheat before leveling @ 60C - Change bed preheat temp to 60C - Change display charset to western - Enable SD check and retry --- Marlin/Configuration.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 4503285c83..4edf49ac08 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1955,10 +1955,10 @@ /** * Auto-leveling needs preheating */ -// #define PREHEAT_BEFORE_LEVELING +#define PREHEAT_BEFORE_LEVELING #if ENABLED(PREHEAT_BEFORE_LEVELING) #define LEVELING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time -#define LEVELING_BED_TEMP 50 +#define LEVELING_BED_TEMP 60 #endif /** @@ -2277,7 +2277,7 @@ // #define PREHEAT_1_LABEL "PLA" #define PREHEAT_1_TEMP_HOTEND 185 -#define PREHEAT_1_TEMP_BED 45 +#define PREHEAT_1_TEMP_BED 60 #define PREHEAT_1_TEMP_CHAMBER 35 #define PREHEAT_1_FAN_SPEED 255 // Value from 0 to 255 @@ -2506,7 +2506,7 @@ * * :['JAPANESE', 'WESTERN', 'CYRILLIC'] */ -#define DISPLAY_CHARSET_HD44780 JAPANESE +#define DISPLAY_CHARSET_HD44780 WESTERN /** * Info Screen Style (0:Classic, 1:Průša) @@ -2528,7 +2528,7 @@ * * Use CRC checks and retries on the SD communication. */ -//#define SD_CHECK_AND_RETRY +#define SD_CHECK_AND_RETRY /** * LCD Menu Items