ExtUI::onPostprocessSettings (#21683)
This commit is contained in:
committed by
GitHub
parent
8b5e7429d7
commit
f424da498a
@ -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();
|
||||
|
Reference in New Issue
Block a user