Fix config store load (was missing n_arc_correction).

This commit is contained in:
FormerLurker 2021-01-12 17:15:37 -06:00 committed by Alex Voinea
parent 3880777691
commit acc234b0c5
1 changed files with 1 additions and 0 deletions

View File

@ -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
};