WAIT_FOR_HOTEND

MarlinFirmware/Marlin#20835
This commit is contained in:
Scott Lahteine 2021-01-30 00:11:31 -06:00
parent 475110dfaf
commit 0543d9743a
247 changed files with 247 additions and 0 deletions

View file

@ -1090,6 +1090,7 @@
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
#if ENABLED(PROBING_HEATERS_OFF)
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
//#define WAIT_FOR_HOTEND // Wait for hotend to heat back up between probes (to improve accuracy & prevent undertemp extrudes)
#endif
//#define PROBING_FANS_OFF // Turn fans off when probing
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing