Fix up serial sanity check

This commit is contained in:
Scott Lahteine
2017-12-19 19:11:07 -06:00
parent de5ca96654
commit fc9ee1a4de
3 changed files with 10 additions and 18 deletions

View File

@ -262,7 +262,7 @@ void MarlinSettings::postprocess() {
#if ENABLED(FWRETRACT)
fwretract.refresh_autoretract();
#endif
// Refresh steps_to_mm with the reciprocal of axis_steps_per_mm
// and init stepper.count[], planner.position[] with current_position
planner.refresh_positioning();