🐛 Fix Ender-3 Neo LEVELING_BED_TEMP (#898)

This commit is contained in:
ellensp 2023-02-18 22:47:54 +13:00 committed by GitHub
parent e946d06b3d
commit d4dba801cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
/**