🧑‍💻 ENABLED => ALL

This commit is contained in:
Scott Lahteine 2023-06-01 16:13:23 -05:00
parent 516effa434
commit a73e3986e3
657 changed files with 1602 additions and 1602 deletions

View file

@ -1619,7 +1619,7 @@
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
//#define M73_REPORT // Report M73 values to host
#if ENABLED(M73_REPORT, HAS_MEDIA)
#if ALL(M73_REPORT, HAS_MEDIA)
#define M73_REPORT_SD_ONLY // Report only when printing from SD
#endif
#endif
@ -2327,7 +2327,7 @@
//#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
#endif
#if ENABLED(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)
//#define OPTIMIZED_MESH_STORAGE // Store mesh with less precision to save EEPROM space
#endif
@ -2397,7 +2397,7 @@
#endif
// G76 options
#if ENABLED(PTC_PROBE, PTC_BED)
#if ALL(PTC_PROBE, PTC_BED)
// Park position to wait for probe cooldown
#define PTC_PARK_POS { 0, 0, 100 }
@ -2525,7 +2525,7 @@
// The number of linear moves that can be in the planner at once.
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
#if ENABLED(HAS_MEDIA, DIRECT_STEPPING)
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8
#elif HAS_MEDIA
#define BLOCK_BUFFER_SIZE 16