#error "MMU_EXTRUDER_SENSOR requires an LCD supporting MarlinUI to be enabled."
#error "MMU_EXTRUDER_SENSOR requires an LCD supporting MarlinUI to be enabled."
#elif DISABLED(ADVANCED_PAUSE_FEATURE)
#elif DISABLED(ADVANCED_PAUSE_FEATURE)
static_assert(nullptr==strstr(MMU2_FILAMENT_RUNOUT_SCRIPT,"M600"),"ADVANCED_PAUSE_FEATURE is required to use M600 with PRUSA_MMU2(S) / SMUFF_EMU_MMU2(S).");
static_assert(nullptr==strstr(MMU2_FILAMENT_RUNOUT_SCRIPT,"M600"),"ADVANCED_PAUSE_FEATURE is required to use M600 with PRUSA_MMU2(S) / HAS_EXTENDABLE_MMU(S).");
#endif
#endif
#endif
#endif
#if HAS_SMUFF && EXTRUDERS > 12
#if HAS_EXTENDABLE_MMU && EXTRUDERS > 15
#error "Too many extruders for SMUFF_EMU_MMU2(S). (12 maximum)."
#error "Too many extruders for MMU(S) emulation mode. (15 maximum)."