Browse Source

Fix: z_endstop_adj is never initialized

pull/1/head
Scott Lahteine 7 years ago
parent
commit
d28f5d8a78
  1. 2
      Marlin/configuration_store.cpp

2
Marlin/configuration_store.cpp

@ -1192,7 +1192,7 @@ void MarlinSettings::reset() {
#elif ENABLED(Z_DUAL_ENDSTOPS)
float z_endstop_adj =
z_endstop_adj =
#ifdef Z_DUAL_ENDSTOPS_ADJUSTMENT
Z_DUAL_ENDSTOPS_ADJUSTMENT
#else

Loading…
Cancel
Save