mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-01-03 21:30:32 -07:00
🚸 B1 SE Plus - Probing Preheat (#614)
This commit is contained in:
parent
a151d5e656
commit
e31b801d19
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue