瀏覽代碼

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

Loading…
取消
儲存