ExtUI::onPostprocessSettings (#21683)

This commit is contained in:
vyacheslav-shubin
2021-04-24 09:16:14 +03:00
committed by GitHub
parent 8b5e7429d7
commit f424da498a
9 changed files with 28 additions and 0 deletions

View File

@ -533,6 +533,8 @@ void MarlinSettings::postprocess() {
TERN_(CASELIGHT_USES_BRIGHTNESS, caselight.update_brightness());
TERN_(EXTENSIBLE_UI, ExtUI::onPostprocessSettings());
// Refresh steps_to_mm with the reciprocal of axis_steps_per_mm
// and init stepper.count[], planner.position[] with current_position
planner.refresh_positioning();