Browse Source

Clarify a sanity check

Scott Lahteine 5 years ago
parent
commit
bcf630d8d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

@@ -837,7 +837,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
837 837
  */
838 838
 #if ENABLED(MIXING_EXTRUDER)
839 839
   #if EXTRUDERS > 1
840
-    #error "MIXING_EXTRUDER currently only supports one extruder."
840
+    #error "For MIXING_EXTRUDER set MIXING_STEPPERS > 1 instead of EXTRUDERS > 1."
841 841
   #elif MIXING_STEPPERS < 2
842 842
     #error "You must set MIXING_STEPPERS >= 2 for a mixing extruder."
843 843
   #elif ENABLED(FILAMENT_SENSOR)

Loading…
Cancel
Save