🔧 Allow SMOOTH_LIN_ADVANCE with DISTINCT_E_FACTORS
This commit is contained in:
parent
06ef78dd19
commit
1383a4e413
1 changed files with 0 additions and 2 deletions
|
|
@ -854,8 +854,6 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
|
|||
#if ENABLED(SMOOTH_LIN_ADVANCE)
|
||||
#ifndef CPU_32_BIT
|
||||
#error "SMOOTH_LIN_ADVANCE requires a 32-bit CPU."
|
||||
#elif DISTINCT_E > 1
|
||||
#error "SMOOTH_LIN_ADVANCE is not compatible with multiple extruders."
|
||||
#elif ENABLED(S_CURVE_ACCELERATION)
|
||||
#error "SMOOTH_LIN_ADVANCE is not compatible with S_CURVE_ACCELERATION."
|
||||
#elif ENABLED(INPUT_SHAPING_E_SYNC) && NONE(INPUT_SHAPING_X, INPUT_SHAPING_Y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue