Skip to content

Commit 1383a4e

Browse files
committed
🔧 Allow SMOOTH_LIN_ADVANCE with DISTINCT_E_FACTORS
1 parent 06ef78d commit 1383a4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Marlin/src/inc/SanityCheck.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,6 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
854854
#if ENABLED(SMOOTH_LIN_ADVANCE)
855855
#ifndef CPU_32_BIT
856856
#error "SMOOTH_LIN_ADVANCE requires a 32-bit CPU."
857-
#elif DISTINCT_E > 1
858-
#error "SMOOTH_LIN_ADVANCE is not compatible with multiple extruders."
859857
#elif ENABLED(S_CURVE_ACCELERATION)
860858
#error "SMOOTH_LIN_ADVANCE is not compatible with S_CURVE_ACCELERATION."
861859
#elif ENABLED(INPUT_SHAPING_E_SYNC) && NONE(INPUT_SHAPING_X, INPUT_SHAPING_Y)

0 commit comments

Comments
 (0)