ソースを参照

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

読み込み中…
キャンセル
保存