From 8c55bd5451e7afa57e936ae1e2483086253f8a3e Mon Sep 17 00:00:00 2001 From: oechslein Date: Wed, 26 Jun 2019 10:33:07 +0200 Subject: [PATCH] Update "StallGuard threshold" heading (#14395) --- Marlin/src/module/configuration_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/module/configuration_store.cpp b/Marlin/src/module/configuration_store.cpp index fd0ea2f5f0..f8d2e565ad 100644 --- a/Marlin/src/module/configuration_store.cpp +++ b/Marlin/src/module/configuration_store.cpp @@ -3254,7 +3254,7 @@ void MarlinSettings::reset() { * TMC Sensorless homing thresholds */ #if USE_SENSORLESS - CONFIG_ECHO_HEADING("TMC2130 StallGuard threshold:"); + CONFIG_ECHO_HEADING("StallGuard threshold:"); CONFIG_ECHO_START(); #if X_SENSORLESS || Y_SENSORLESS || Z_SENSORLESS say_M914();