Explorar el Código

Fix undefined Z stall

Scott Lahteine hace 5 años
padre
commit
1d714512f0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      Marlin/src/inc/Conditionals_post.h

+ 3
- 0
Marlin/src/inc/Conditionals_post.h Ver fichero

@@ -1508,6 +1508,9 @@
1508 1508
   // Disable Z axis sensorless homing if a probe is used to home the Z axis
1509 1509
   #if HOMING_Z_WITH_PROBE
1510 1510
     #undef Z_STALL_SENSITIVITY
1511
+    #undef Z2_STALL_SENSITIVITY
1512
+    #undef Z3_STALL_SENSITIVITY
1513
+    #undef Z4_STALL_SENSITIVITY
1511 1514
   #endif
1512 1515
   #if defined(X_STALL_SENSITIVITY)  && AXIS_HAS_STALLGUARD(X)
1513 1516
     #define X_SENSORLESS 1

Loading…
Cancelar
Guardar