Browse Source

Remove redundant click sound in factory reset (MK3 merge issue)

Alex Voinea 3 years ago
parent
commit
6e0ecf5cd2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Firmware/Marlin_main.cpp

+ 0 - 2
Firmware/Marlin_main.cpp

@@ -768,8 +768,6 @@ static void factory_reset(char level)
 
 	case 3:
 		menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
-		Sound_MakeCustom(100,0,false);
-		
 		// Erase EEPROM
 		for (uint16_t i = 0; i < EEPROM_TOP; i++) {
 			eeprom_update_byte((uint8_t*)i, 0xFF);