ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/feature/password/password.h
|
@ -31,10 +31,10 @@ public: |
|
|
Password() { is_locked = false; } |
|
|
Password() { is_locked = false; } |
|
|
|
|
|
|
|
|
static void lock_machine(); |
|
|
static void lock_machine(); |
|
|
|
|
|
static void authentication_check(); |
|
|
|
|
|
|
|
|
#if HAS_LCD_MENU |
|
|
#if HAS_LCD_MENU |
|
|
static void access_menu_password(); |
|
|
static void access_menu_password(); |
|
|
static void authentication_check(); |
|
|
|
|
|
static void authentication_done(); |
|
|
static void authentication_done(); |
|
|
static void media_gatekeeper(); |
|
|
static void media_gatekeeper(); |
|
|
|
|
|
|
|
|