Roxy-3D
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/configuration_store.cpp
|
|
@ -1059,7 +1059,7 @@ void MarlinSettings::postprocess() { |
|
|
|
stepperE4.setCurrent(val, R_SENSE, HOLD_MULTIPLIER); |
|
|
|
#endif |
|
|
|
#else |
|
|
|
for (uint8_t q = 0; q < 11; q++) EEPROM_READ(val); |
|
|
|
for (uint8_t q = 11; q--;) EEPROM_READ(val); |
|
|
|
#endif |
|
|
|
|
|
|
|
//
|
|
|
|