🚸 Tweak MKS UI G-code console

This commit is contained in:
Scott Lahteine
2021-10-17 20:24:41 -05:00
parent d685cbd5c3
commit 741e70541d
3 changed files with 6 additions and 8 deletions

View File

@@ -82,8 +82,6 @@ void lv_serial_capt_hook(void * userPointer, uint8_t c) {
void lv_eom_hook(void *) {
// Message is done, let's remove the hook now
MYSERIAL1.setHook();
// We are back from the keyboard, so let's redraw ourselves
draw_return_ui();
}
void lv_draw_gcode(bool clear) {