Skip to content

Commit

Permalink
🔧 changed minimum probe offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelonath committed Feb 27, 2024
1 parent 49a3ca6 commit 1cec178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@
#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 -3
#define Z_PROBE_OFFSET_RANGE_MIN -5
#define Z_PROBE_OFFSET_RANGE_MAX 0

// Enable the M48 repeatability test to test probe accuracy
Expand Down

0 comments on commit 1cec178

Please sign in to comment.