mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
PREHEAT_BEFORE_LEVELING
This commit is contained in:
parent
9c51bb9943
commit
de5688eb8f
232 changed files with 2088 additions and 0 deletions
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1295,6 +1295,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1355,6 +1355,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28 false
|
#define RESTORE_LEVELING_AFTER_G28 false
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1356,6 +1356,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1358,6 +1358,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1287,6 +1287,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1290,6 +1290,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1288,6 +1288,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1304,6 +1304,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1300,6 +1300,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1298,6 +1298,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1300,6 +1300,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1293,6 +1293,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1287,6 +1287,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1287,6 +1287,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1306,6 +1306,15 @@
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#define RESTORE_LEVELING_AFTER_G28
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1287,6 +1287,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1287,6 +1287,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1294,6 +1294,15 @@
|
||||||
#define LEVELING_BED_TEMP 50
|
#define LEVELING_BED_TEMP 50
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1288,6 +1288,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1259,6 +1259,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1291,6 +1291,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1290,6 +1290,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1293,6 +1293,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1314,6 +1314,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1283,6 +1283,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1287,6 +1287,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
#define RESTORE_LEVELING_AFTER_G28
|
#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1289,6 +1289,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1284,6 +1284,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1285,6 +1285,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
|
@ -1286,6 +1286,15 @@
|
||||||
*/
|
*/
|
||||||
//#define RESTORE_LEVELING_AFTER_G28
|
//#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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
* Turn on with the command 'M111 S32'.
|
* Turn on with the command 'M111 S32'.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue