PREHEAT_BEFORE_LEVELING

This commit is contained in:
Scott Lahteine 2020-12-05 20:51:20 -06:00
parent 9c51bb9943
commit de5688eb8f
232 changed files with 2088 additions and 0 deletions

View file

@ -1298,6 +1298,15 @@
*/
#define RESTORE_LEVELING_AFTER_G28
/**
* Auto-leveling needs preheating
*/
//#define PREHEAT_BEFORE_LEVELING
#if ENABLED(PREHEAT_BEFORE_LEVELING)
#define LEVELING_NOZZLE_TEMP 120
#define LEVELING_BED_TEMP 50
#endif
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.