🐛 Fix Micromake C1 build

This commit is contained in:
Scott Lahteine 2023-06-07 01:32:21 -05:00
parent 33ad6464f6
commit 55727c78ad
2 changed files with 4418 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -1626,8 +1626,8 @@
// LCD Print Progress options. Multiple times may be displayed in turn.
#if HAS_DISPLAY && ANY(HAS_MEDIA, SET_PROGRESS_MANUALLY)
#define SHOW_PROGRESS_PERCENT // Show print progress percentage (doesn't affect progress bar)
#define SHOW_ELAPSED_TIME // Display elapsed printing time (prefix 'E')
//#define SHOW_PROGRESS_PERCENT // Show print progress percentage (doesn't affect progress bar)
//#define SHOW_ELAPSED_TIME // Display elapsed printing time (prefix 'E')
//#define SHOW_REMAINING_TIME // Display estimated time to completion (prefix 'R')
#if ENABLED(SET_INTERACTION_TIME)
#define SHOW_INTERACTION_TIME // Display time until next user interaction ('C' = filament change)