Corrections (#7231)
20x4 map integration. Also some minor changes to the UBL Menu layout. Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
This commit is contained in:
parent
7fc31a7940
commit
aaacef9441
6 changed files with 484 additions and 95 deletions
|
|
@ -1533,7 +1533,6 @@
|
|||
while (ubl_lcd_clicked()) { // debounce and watch for abort
|
||||
idle();
|
||||
if (ELAPSED(millis(), nxt)) {
|
||||
ubl_lcd_map_control = false;
|
||||
lcd_return_to_status();
|
||||
do_blocking_move_to_z(Z_CLEARANCE_BETWEEN_PROBES);
|
||||
LCD_MESSAGEPGM(MSG_EDITING_STOPPED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue