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:
@@ -1725,7 +1725,7 @@
|
|||||||
* Normally G28 leaves leveling disabled on completion. Enable
|
* Normally G28 leaves leveling disabled on completion. Enable
|
||||||
* this option to have G28 restore the prior leveling state.
|
* 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.
|
* Enable detailed logging of G28, G29, M48, etc.
|
||||||
@@ -1733,7 +1733,7 @@
|
|||||||
* NOTE: Requires a lot of PROGMEM!
|
* NOTE: Requires a lot of PROGMEM!
|
||||||
*/
|
*/
|
||||||
#if ENABLED(KNUTWURST_DEBUG)
|
#if ENABLED(KNUTWURST_DEBUG)
|
||||||
#define DEBUG_LEVELING_FEATURE
|
#define DEBUG_LEVELING_FEATURE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL)
|
#if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL)
|
||||||
|
@@ -649,7 +649,7 @@
|
|||||||
|
|
||||||
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
||||||
// in special cases, like noisy or filtered input configurations.
|
// in special cases, like noisy or filtered input configurations.
|
||||||
//#define BLTOUCH_FORCE_SW_MODE
|
#define BLTOUCH_FORCE_SW_MODE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Settings for BLTouch Smart 3.0 and 3.1
|
* Settings for BLTouch Smart 3.0 and 3.1
|
||||||
|
Reference in New Issue
Block a user