浏览代码

Update "StallGuard threshold" heading (#14395)

oechslein 6 年前
父节点
当前提交
8c55bd5451
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp 查看文件

@@ -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();

正在加载...
取消
保存