Update Configuration.h

This commit is contained in:
InsanityAutomation
2020-03-15 14:05:40 -04:00
parent a1327f430b
commit 7e42f36f04
+2 -2
View File
@@ -1049,8 +1049,8 @@
#define Z_PROBE_LOW_POINT -3 // Farthest distance below the trigger-point to go before stopping
// For M851 give a range for adjusting the Z probe offset
#define Z_PROBE_OFFSET_RANGE_MIN -20
#define Z_PROBE_OFFSET_RANGE_MAX 20
#define Z_PROBE_OFFSET_RANGE_MIN -9
#define Z_PROBE_OFFSET_RANGE_MAX 9
// Enable the M48 repeatability test to test probe accuracy
#if ENABLED(ABL_BLTOUCH)