浏览代码

Fix M512 comment (#19108)

Keith Bennett 3 年前
父节点
当前提交
7e65464dd7
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration.h

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

@@ -1667,7 +1667,7 @@
1667 1667
   #define PASSWORD_LENGTH 4                 // (#) Number of digits (1-9). 3 or 4 is recommended
1668 1668
   #define PASSWORD_ON_STARTUP
1669 1669
   #define PASSWORD_UNLOCK_GCODE             // Unlock with the M511 P<password> command. Disable to prevent brute-force attack.
1670
-  #define PASSWORD_CHANGE_GCODE             // Change the password with M512 P<old> N<new>.
1670
+  #define PASSWORD_CHANGE_GCODE             // Change the password with M512 P<old> S<new>.
1671 1671
   //#define PASSWORD_ON_SD_PRINT_MENU       // This does not prevent gcodes from running
1672 1672
   //#define PASSWORD_AFTER_SD_PRINT_END
1673 1673
   //#define PASSWORD_AFTER_SD_PRINT_ABORT

正在加载...
取消
保存