Browse Source

Fix EEPROM size of tmc_hybrid_threshold

Followup to #10102
pull/1/head
Scott Lahteine 6 years ago
parent
commit
9da0797e29
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

@ -1365,7 +1365,7 @@ void MarlinSettings::postprocess() {
#endif
}
#else
uint16_t thrs_val;
uint32_t thrs_val;
for (uint8_t q=TMC_AXES; q--;) EEPROM_READ(thrs_val);
#endif

Loading…
Cancel
Save