浏览代码

maiden eeprom: tmc2130_mode is set to normal

PavelSindler 6 年之前
父节点
当前提交
fbf947b75c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -1069,6 +1069,7 @@ void setup()
 		// EEPROM_LANG to number lower than 0x0ff.
 		// 1) Set a high power mode.
 		eeprom_write_byte((uint8_t*)EEPROM_SILENT, 0);
+		tmc2130_mode = TMC2130_MODE_NORMAL;
 		eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
 
 	}