Fix config store load (was missing n_arc_correction).
This commit is contained in:
parent
3880777691
commit
acc234b0c5
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue