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