mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-14 02:07:57 -06:00
Fix broken examples (#3)
This commit is contained in:
parent
38d2034c25
commit
f8c711ad13
25 changed files with 108 additions and 32 deletions
|
@ -962,7 +962,7 @@
|
|||
|
||||
// For M851 give a range for adjusting the Z probe offset
|
||||
#define Z_PROBE_OFFSET_RANGE_MIN -5
|
||||
#define Z_PROBE_OFFSET_RANGE_MAX -0.2
|
||||
#define Z_PROBE_OFFSET_RANGE_MAX 0
|
||||
|
||||
// Enable the M48 repeatability test to test probe accuracy
|
||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue