Clarify a sanity check
This commit is contained in:
parent
c44b5fd13a
commit
bcf630d8d1
|
@ -837,7 +837,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
||||||
*/
|
*/
|
||||||
#if ENABLED(MIXING_EXTRUDER)
|
#if ENABLED(MIXING_EXTRUDER)
|
||||||
#if EXTRUDERS > 1
|
#if EXTRUDERS > 1
|
||||||
#error "MIXING_EXTRUDER currently only supports one extruder."
|
#error "For MIXING_EXTRUDER set MIXING_STEPPERS > 1 instead of EXTRUDERS > 1."
|
||||||
#elif MIXING_STEPPERS < 2
|
#elif MIXING_STEPPERS < 2
|
||||||
#error "You must set MIXING_STEPPERS >= 2 for a mixing extruder."
|
#error "You must set MIXING_STEPPERS >= 2 for a mixing extruder."
|
||||||
#elif ENABLED(FILAMENT_SENSOR)
|
#elif ENABLED(FILAMENT_SENSOR)
|
||||||
|
|
Loading…
Reference in a new issue