mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 22:35:18 -06:00
parent
1567fab346
commit
107f6c3ea7
93 changed files with 2237 additions and 295 deletions
|
@ -1666,8 +1666,8 @@
|
|||
//#define PROBE_OFFSET_XMAX 50 // (mm)
|
||||
//#define PROBE_OFFSET_YMIN -50 // (mm)
|
||||
//#define PROBE_OFFSET_YMAX 50 // (mm)
|
||||
#define PROBE_OFFSET_ZMIN -25 // (mm)
|
||||
#define PROBE_OFFSET_ZMAX 25 // (mm)
|
||||
#define PROBE_OFFSET_ZMIN -20 // (mm)
|
||||
#define PROBE_OFFSET_ZMAX 20 // (mm)
|
||||
|
||||
// Enable the M48 repeatability test to test probe accuracy
|
||||
#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||
|
|
|
@ -1668,8 +1668,8 @@
|
|||
//#define PROBE_OFFSET_XMAX 50 // (mm)
|
||||
//#define PROBE_OFFSET_YMIN -50 // (mm)
|
||||
//#define PROBE_OFFSET_YMAX 50 // (mm)
|
||||
#define PROBE_OFFSET_ZMIN -25 // (mm)
|
||||
#define PROBE_OFFSET_ZMAX 25 // (mm)
|
||||
#define PROBE_OFFSET_ZMIN -20 // (mm)
|
||||
#define PROBE_OFFSET_ZMAX 20 // (mm)
|
||||
|
||||
// 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