浏览代码

Fix config store load (was missing n_arc_correction).

FormerLurker 4 年之前
父节点
当前提交
acc234b0c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 };