From d4dba801cc178ee35111d8ea32e286a3bb55794f Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:47:54 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Ender-3=20Neo=20LEVELING?= =?UTF-8?q?=5FBED=5FTEMP=20(#898)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/Ender-3 Neo/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/Creality/Ender-3 Neo/Configuration.h b/config/examples/Creality/Ender-3 Neo/Configuration.h index ffd2bac5f9..175419e0ff 100644 --- a/config/examples/Creality/Ender-3 Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 Neo/Configuration.h @@ -1954,7 +1954,7 @@ #define PREHEAT_BEFORE_LEVELING #if ENABLED(PREHEAT_BEFORE_LEVELING) #define LEVELING_NOZZLE_TEMP 0 // (°C) Only applies to E0 at this time - #define LEVELING_BED_TEMP 150 + #define LEVELING_BED_TEMP 50 #endif /**