Explorar o código

Fix config store load (was missing n_arc_correction).

FormerLurker %!s(int64=4) %!d(string=hai) anos
pai
achega
acc234b0c5
Modificáronse 1 ficheiros con 1 adicións e 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
 };