🚸 B1 SE Plus - Probing Preheat (#614)

This commit is contained in:
Keith Bennett 2021-11-14 14:29:42 -08:00 committed by GitHub
parent a151d5e656
commit e31b801d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1291,9 +1291,9 @@
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
// Require minimum nozzle and/or bed temperature for probing
//#define PREHEAT_BEFORE_PROBING
#define PREHEAT_BEFORE_PROBING
#if ENABLED(PREHEAT_BEFORE_PROBING)
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
#define PROBING_NOZZLE_TEMP 145 // (°C) Only applies to E0 at this time
#define PROBING_BED_TEMP 50
#endif