Explorar el Código

Allowable range now includes default value

Gabe Rosenhouse hace 11 años
padre
commit
d3f305332a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Ver fichero

@@ -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…
Cancelar
Guardar