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

View File

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