Skip to content

Commit

Permalink
only call ExtUI::onFactoryReset once
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 10, 2022
1 parent ed31787 commit c37d46f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/module/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,6 @@ void MarlinSettings::reset() {
#endif
#endif

TERN_(EXTENSIBLE_UI, ExtUI::onFactoryReset());
TERN_(DWIN_CREALITY_LCD_ENHANCED, DWIN_SetDataDefaults());
TERN_(DWIN_CREALITY_LCD_JYERSUI, CrealityDWIN.Reset_Settings());

Expand Down

0 comments on commit c37d46f

Please sign in to comment.