Fix formatting
This commit is contained in:
parent
7faffa539a
commit
194438c130
|
|
@ -750,6 +750,7 @@ static void factory_reset(char level)
|
||||||
case 2: // Level 2: Prepare for shipping
|
case 2: // Level 2: Prepare for shipping
|
||||||
factory_reset_stats();
|
factory_reset_stats();
|
||||||
// [[fallthrough]] // there is no break intentionally
|
// [[fallthrough]] // there is no break intentionally
|
||||||
|
|
||||||
case 4: // Level 4: Preparation after being serviced
|
case 4: // Level 4: Preparation after being serviced
|
||||||
// Force language selection at the next boot up.
|
// Force language selection at the next boot up.
|
||||||
lang_reset();
|
lang_reset();
|
||||||
|
|
@ -764,6 +765,7 @@ static void factory_reset(char level)
|
||||||
fsensor_autoload_set(true);
|
fsensor_autoload_set(true);
|
||||||
#endif //FILAMENT_SENSOR
|
#endif //FILAMENT_SENSOR
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
|
menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
|
||||||
Sound_MakeCustom(100,0,false);
|
Sound_MakeCustom(100,0,false);
|
||||||
|
|
@ -777,6 +779,7 @@ static void factory_reset(char level)
|
||||||
softReset();
|
softReset();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
#ifdef SNMM
|
#ifdef SNMM
|
||||||
case 5:
|
case 5:
|
||||||
bowden_menu();
|
bowden_menu();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue