Merge pull request #2263 from leptun/MK3-Fix_PSU_DELTA_SILENT

PSU_DELTA fix force_high_power_mode()
This commit is contained in:
DRracer 2019-10-16 13:22:22 +02:00 committed by GitHub
commit 5a4126e00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2433,6 +2433,9 @@ void ramming() {
#ifdef TMC2130
void force_high_power_mode(bool start_high_power_section) {
#ifdef PSU_Delta
if (start_high_power_section == true) enable_force_z();
#endif //PSU_Delta
uint8_t silent;
silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
if (silent == 1) {