Disable automatic leveling restore after G28 because it's buggy. Also enable BLTouch Software-Mode after deploy to ensure compatiblity with BLT3.1 and some cheap wiring.

This commit is contained in:
Knutwurst
2021-01-20 10:47:24 +01:00
parent 9734a61c2a
commit d735bccbb6
2 changed files with 3 additions and 3 deletions

View File

@@ -1725,7 +1725,7 @@
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
#define RESTORE_LEVELING_AFTER_G28
//#define RESTORE_LEVELING_AFTER_G28 // Disabled due to some bugs regarding BLTouch leveling
/**
* Enable detailed logging of G28, G29, M48, etc.
@@ -1733,7 +1733,7 @@
* NOTE: Requires a lot of PROGMEM!
*/
#if ENABLED(KNUTWURST_DEBUG)
#define DEBUG_LEVELING_FEATURE
#define DEBUG_LEVELING_FEATURE
#endif
#if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL)