From fbf947b75ccae8a62b04d686bf57dc6cc485d1db Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Tue, 16 Jan 2018 16:56:58 +0100 Subject: [PATCH] maiden eeprom: tmc2130_mode is set to normal --- Firmware/Marlin_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 3a3c239d..306fc66f 100644 --- a/Firmware/Marlin_main.cpp +++ b/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 }