Browse Source

Update "StallGuard threshold" heading (#14395)

oechslein 5 years ago
parent
commit
8c55bd5451
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp View File

@@ -3254,7 +3254,7 @@ void MarlinSettings::reset() {
3254 3254
        * TMC Sensorless homing thresholds
3255 3255
        */
3256 3256
       #if USE_SENSORLESS
3257
-        CONFIG_ECHO_HEADING("TMC2130 StallGuard threshold:");
3257
+        CONFIG_ECHO_HEADING("StallGuard threshold:");
3258 3258
         CONFIG_ECHO_START();
3259 3259
         #if X_SENSORLESS || Y_SENSORLESS || Z_SENSORLESS
3260 3260
           say_M914();

Loading…
Cancel
Save