mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 14:37:39 -06:00
🩹 Fix some probe offset limits
This commit is contained in:
parent
b2ebd74b57
commit
9bd8ec2f1a
3 changed files with 7 additions and 7 deletions
|
@ -1679,7 +1679,7 @@
|
|||
|
||||
// For M851 provide ranges for adjusting the X, Y, and Z probe offsets
|
||||
//#define PROBE_OFFSET_XMIN -50 // (mm)
|
||||
//#define PROBE_OFFSET_XMAX 50 // (mm)
|
||||
#define PROBE_OFFSET_XMAX 80 // (mm)
|
||||
//#define PROBE_OFFSET_YMIN -50 // (mm)
|
||||
//#define PROBE_OFFSET_YMAX 50 // (mm)
|
||||
//#define PROBE_OFFSET_ZMIN -20 // (mm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue