Improvement and fixes to FTDI touch UI

- Fixed incorrect LCD text string
- Fixed incorrect refresh of filament change screens
- Allow host control via touch UI
- Updates to leveling menu
- Modified ExtUI::isPrinting() to check if the job timer is running
- Added ExtUI method to check whether a host print is paused
This commit is contained in:
Marcio Teixeira
2020-10-28 11:23:46 -06:00
committed by Scott Lahteine
parent 54ec6a0ce2
commit b6856dcb99
8 changed files with 90 additions and 59 deletions

View File

@@ -302,6 +302,7 @@ namespace ExtUI {
bool isPrintingFromMediaPaused();
bool isPrintingFromMedia();
bool isPrinting();
bool isPrintingPaused();
void printFile(const char *filename);
void stopPrint();