浏览代码

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

Alex Voinea 3 年之前
父节点
当前提交
6e0ecf5cd2
共有 1 个文件被更改,包括 0 次插入2 次删除
  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);