Reduce smuff supported extruders

Due to some changes that will be done soon on smuff firmware, next release, max supported extruders will be reduced
This commit is contained in:
Giuliano Zaro 2020-10-28 10:06:33 +01:00 committed by GitHub
parent 611d8da00d
commit f5894437c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -895,8 +895,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
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) / SMUFF_EMU_MMU2(S).");
#endif #endif
#endif #endif
#if HAS_SMUFF && EXTRUDERS > 15 #if HAS_SMUFF && EXTRUDERS > 12
#error "Too many extruders for SMUFF_EMU_MMU2(S). (15 maximum)." #error "Too many extruders for SMUFF_EMU_MMU2(S). (12 maximum)."
#endif #endif
/** /**