Ability to disable M32

This commit is contained in:
Scott Lahteine
2020-11-09 18:53:19 -06:00
parent b2d6b8c567
commit ca730314e7
8 changed files with 64 additions and 45 deletions

View File

@@ -146,6 +146,10 @@
#define HAS_PRINT_PROGRESS 1
#endif
#if ENABLED(SDSUPPORT) && SD_PROCEDURE_DEPTH
#define HAS_MEDIA_SUBCALLS 1
#endif
#if HAS_PRINT_PROGRESS && EITHER(PRINT_PROGRESS_SHOW_DECIMALS, SHOW_REMAINING_TIME)
#define HAS_PRINT_PROGRESS_PERMYRIAD 1
#endif