浏览代码

📝 Update MPCTEMP G-Code M306 T (#24535)

M306 simply reports current values. M306 T starts autotune process.
Keith Bennett 1年前
父节点
当前提交
a29fb8088f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h 查看文件

@@ -653,7 +653,7 @@
653 653
  *
654 654
  * Use a physical model of the hotend to control temperature. When configured correctly
655 655
  * this gives better responsiveness and stability than PID and it also removes the need
656
- * for PID_EXTRUSION_SCALING and PID_FAN_SCALING. Use M306 to autotune the model.
656
+ * for PID_EXTRUSION_SCALING and PID_FAN_SCALING. Use M306 T to autotune the model.
657 657
  */
658 658
 #if ENABLED(MPCTEMP)
659 659
   //#define MPC_EDIT_MENU                             // Add MPC editing to the "Advanced Settings" menu. (~1300 bytes of flash)

正在加载...
取消
保存