From 098e0961dcf01e9b7adf4f87e6ea92ab573ca95e Mon Sep 17 00:00:00 2001 From: David Buezas Date: Tue, 3 Jun 2025 00:34:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20TMC2240=20diag0=20push-pull=20ac?= =?UTF-8?q?tive=20HIGH=20(#27907)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/module/stepper/trinamic.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/src/module/stepper/trinamic.cpp b/Marlin/src/module/stepper/trinamic.cpp index 0f4a8aa89c..240adc9f4c 100644 --- a/Marlin/src/module/stepper/trinamic.cpp +++ b/Marlin/src/module/stepper/trinamic.cpp @@ -822,6 +822,8 @@ enum StealthIndex : uint8_t { st.PWMCONF(pwmconf.sr); TERN(HYBRID_THRESHOLD, st.set_pwm_thrs(hyb_thrs), UNUSED(hyb_thrs)); + + st.diag0_pushpull(true); st.GSTAT(); // Clear GSTAT } #endif // TMC2240