Make BLTouch leveling more reliable

This commit is contained in:
Knutwurst
2020-09-11 07:52:03 +02:00
parent 2a0542ce83
commit 51a8226932

View File

@@ -1014,6 +1014,7 @@
#else #else
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
#endif #endif
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
#endif #endif
@@ -1316,7 +1317,7 @@
//#define Z_AFTER_PROBING 5 // Z position after probing is done //#define Z_AFTER_PROBING 5 // Z position after probing is done
#if ENABLED(KNUTWURST_BLTOUCH) #if ENABLED(KNUTWURST_BLTOUCH)
#define Z_PROBE_LOW_POINT -5 // Farthest distance below the trigger-point to go before stopping #define Z_PROBE_LOW_POINT -10 // Farthest distance below the trigger-point to go before stopping
#endif #endif
#if DISABLED(KNUTWURST_BLTOUCH) #if DISABLED(KNUTWURST_BLTOUCH)