|
@@ -2433,6 +2433,9 @@ void ramming() {
|
|
|
|
|
|
#ifdef TMC2130
|
|
#ifdef TMC2130
|
|
void force_high_power_mode(bool start_high_power_section) {
|
|
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;
|
|
uint8_t silent;
|
|
silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
|
|
silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
|
|
if (silent == 1) {
|
|
if (silent == 1) {
|