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.
|
||||||
|
@@ -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