Browse Source

Allowable range now includes default value

Gabe Rosenhouse 11 years ago
parent
commit
d3f305332a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -463,8 +463,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
463 463
 #define CUSTOM_M_CODES
464 464
 #ifdef CUSTOM_M_CODES
465 465
   #define CUSTOM_M_CODE_SET_Z_PROBE_OFFSET 851
466
-  #define Z_PROBE_OFFSET_RANGE_MIN -2
467
-  #define Z_PROBE_OFFSET_RANGE_MAX 0
466
+  #define Z_PROBE_OFFSET_RANGE_MIN -15
467
+  #define Z_PROBE_OFFSET_RANGE_MAX -5
468 468
 #endif
469 469
 
470 470
 

Loading…
Cancel
Save