Ender 3 - Restore preheat parameter

This commit is contained in:
2025-02-11 19:32:26 +01:00
parent 81b55dd162
commit caf9d2695a

View File

@@ -1636,7 +1636,7 @@
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors //#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
// Require minimum nozzle and/or bed temperature for probing // Require minimum nozzle and/or bed temperature for probing
#define PREHEAT_BEFORE_PROBING // MBO: enable //#define PREHEAT_BEFORE_PROBING // MBO: enable
#if ENABLED(PREHEAT_BEFORE_PROBING) #if ENABLED(PREHEAT_BEFORE_PROBING)
#define PROBING_NOZZLE_TEMP 150 // (°C) Only applies to E0 at this time // MBO: change from 120 to 150 #define PROBING_NOZZLE_TEMP 150 // (°C) Only applies to E0 at this time // MBO: change from 120 to 150
#define PROBING_BED_TEMP 60 // MBO: change from 50 to 60 #define PROBING_BED_TEMP 60 // MBO: change from 50 to 60
@@ -1949,7 +1949,7 @@
/** /**
* Auto-leveling needs preheating * Auto-leveling needs preheating
*/ */
//#define PREHEAT_BEFORE_LEVELING #define PREHEAT_BEFORE_LEVELING
#if ENABLED(PREHEAT_BEFORE_LEVELING) #if ENABLED(PREHEAT_BEFORE_LEVELING)
#define LEVELING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time #define LEVELING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
#define LEVELING_BED_TEMP 60 // #define LEVELING_BED_TEMP 60 //