Explorar el Código

Fix config store load (was missing n_arc_correction).

FormerLurker hace 4 años
padre
commit
acc234b0c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Firmware/ConfigurationStore.cpp

+ 1 - 0
Firmware/ConfigurationStore.cpp

@@ -239,6 +239,7 @@ static const M500_conf default_conf PROGMEM =
     DEFAULT_TRAVEL_ACCELERATION,
     DEFAULT_MM_PER_ARC_SEGMENT,
     DEFAULT_MIN_MM_PER_ARC_SEGMENT,
+    DEFAULT_N_ARC_CORRECTION,
     DEFAULT_MIN_ARC_SEGMENTS,
     DEFAULT_ARC_SEGMENTS_PER_SEC
 };