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:
parent
611d8da00d
commit
f5894437c5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue