Explorar el Código

Fix: z_endstop_adj is never initialized

Scott Lahteine hace 7 años
padre
commit
d28f5d8a78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp Ver fichero

@@ -1192,7 +1192,7 @@ void MarlinSettings::reset() {
1192 1192
 
1193 1193
   #elif ENABLED(Z_DUAL_ENDSTOPS)
1194 1194
 
1195
-    float z_endstop_adj =
1195
+    z_endstop_adj =
1196 1196
       #ifdef Z_DUAL_ENDSTOPS_ADJUSTMENT
1197 1197
         Z_DUAL_ENDSTOPS_ADJUSTMENT
1198 1198
       #else

Loading…
Cancelar
Guardar