mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
🐛 Fix Micromake C1 build
This commit is contained in:
parent
33ad6464f6
commit
55727c78ad
2 changed files with 4418 additions and 2 deletions
4416
config/examples/Micromake/C1/basic/Configuration_adv.h
Normal file
4416
config/examples/Micromake/C1/basic/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1626,8 +1626,8 @@
|
||||||
|
|
||||||
// LCD Print Progress options. Multiple times may be displayed in turn.
|
// LCD Print Progress options. Multiple times may be displayed in turn.
|
||||||
#if HAS_DISPLAY && ANY(HAS_MEDIA, SET_PROGRESS_MANUALLY)
|
#if HAS_DISPLAY && ANY(HAS_MEDIA, SET_PROGRESS_MANUALLY)
|
||||||
#define SHOW_PROGRESS_PERCENT // Show print progress percentage (doesn't affect progress bar)
|
//#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_ELAPSED_TIME // Display elapsed printing time (prefix 'E')
|
||||||
//#define SHOW_REMAINING_TIME // Display estimated time to completion (prefix 'R')
|
//#define SHOW_REMAINING_TIME // Display estimated time to completion (prefix 'R')
|
||||||
#if ENABLED(SET_INTERACTION_TIME)
|
#if ENABLED(SET_INTERACTION_TIME)
|
||||||
#define SHOW_INTERACTION_TIME // Display time until next user interaction ('C' = filament change)
|
#define SHOW_INTERACTION_TIME // Display time until next user interaction ('C' = filament change)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue