Level Bed in Prepare submenu
- Add “Level Bed” menu item for auto bed leveling - Hide the option if homing has not been done yet - Arrange the Prepare submenu more logically (?) - Add documentation comments, some white-space - Apply some coding standards here and there - Move old encoder multiplier debug option to `ultralcd.cpp`
This commit is contained in:
parent
01bedd17c9
commit
5b248757c7
13 changed files with 304 additions and 123 deletions
|
|
@ -172,6 +172,7 @@ char lcd_printPGM(const char* str) {
|
|||
|
||||
static bool show_splashscreen = true;
|
||||
|
||||
/* Warning: This function is called from interrupt context */
|
||||
static void lcd_implementation_init() {
|
||||
|
||||
#ifdef LCD_PIN_BL // Enable LCD backlight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue