Add LCD_SET_PROGRESS_MANUALLY

This commit is contained in:
Scott Lahteine
2017-10-15 02:15:19 -05:00
parent 014a83fe09
commit 5c4f3e0107
36 changed files with 210 additions and 34 deletions

View File

@ -437,6 +437,10 @@ private:
static void M49();
#endif
#if ENABLED(ULTRA_LCD) && ENABLED(LCD_SET_PROGRESS_MANUALLY)
static void M73();
#endif
static void M75();
static void M76();
static void M77();