LCD Panel Interactive Mesh Editing (#7045)
Original Mesh Bed Leveling replacement put at top of UBL Menu Options to help facilitate the removal of the Original Mesh Bed Leveling. Radar display (and control) of the UBL Interactive Mesh Editing.
This commit is contained in:
parent
896dfa0577
commit
824f71d503
7 changed files with 294 additions and 32 deletions
|
|
@ -1076,4 +1076,12 @@ static void lcd_implementation_status_screen() {
|
|||
|
||||
#endif // LCD_HAS_STATUS_INDICATORS
|
||||
|
||||
#ifdef AUTO_BED_LEVELING_UBL
|
||||
void lcd_return_to_status(); // These are just place holders for the 20x4 LCD work that
|
||||
void _lcd_ubl_output_char_lcd() { // is coming up very soon. Soon this will morph into the
|
||||
lcd_return_to_status(); // real code.
|
||||
}
|
||||
|
||||
#endif // AUTO_BED_LEVELING_UBL
|
||||
|
||||
#endif // ULTRALCD_IMPL_HD44780_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue