mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
🐛 Fix Ender-3 Neo LEVELING_BED_TEMP (#898)
This commit is contained in:
parent
e946d06b3d
commit
d4dba801cc
1 changed files with 1 additions and 1 deletions
|
@ -1954,7 +1954,7 @@
|
||||||
#define PREHEAT_BEFORE_LEVELING
|
#define PREHEAT_BEFORE_LEVELING
|
||||||
#if ENABLED(PREHEAT_BEFORE_LEVELING)
|
#if ENABLED(PREHEAT_BEFORE_LEVELING)
|
||||||
#define LEVELING_NOZZLE_TEMP 0 // (°C) Only applies to E0 at this time
|
#define LEVELING_NOZZLE_TEMP 0 // (°C) Only applies to E0 at this time
|
||||||
#define LEVELING_BED_TEMP 150
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue