Explorar el Código

Allow zero Z_RAISE_BETWEEN_PROBINGS

Scott Lahteine hace 8 años
padre
commit
ab4b2a66ff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/SanityCheck.cpp

+ 2
- 2
Marlin/SanityCheck.cpp Ver fichero

@@ -340,8 +340,8 @@
340 340
     #error "You must set Z_RAISE_BETWEEN_PROBINGS in your configuration."
341 341
   #elif Z_RAISE_PROBE_DEPLOY_STOW < 0
342 342
     #error "Probes need Z_RAISE_PROBE_DEPLOY_STOW >= 0."
343
-  #elif Z_RAISE_BETWEEN_PROBINGS < 1
344
-    #error "Probes need Z_RAISE_BETWEEN_PROBINGS >= 1."
343
+  #elif Z_RAISE_BETWEEN_PROBINGS < 0
344
+    #error "Probes need Z_RAISE_BETWEEN_PROBINGS >= 0."
345 345
   #endif
346 346
 
347 347
 #else

Loading…
Cancelar
Guardar