Preheat before leveling

This commit is contained in:
Scott Lahteine
2020-12-05 19:56:16 -06:00
committed by Scott Lahteine
parent fbefe55102
commit e349a44c60
2 changed files with 31 additions and 1 deletions

View File

@@ -1289,6 +1289,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'.