Fix tool-change servo index for E2 and up (#20060)
This commit is contained in:
parent
06bf3ccfb7
commit
5013fdaf79
|
@ -123,7 +123,7 @@
|
||||||
if (e < EXTRUDERS - 1)
|
if (e < EXTRUDERS - 1)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
MOVE_SERVO(_SERVO_NR(e), servo_angles[_SERVO_NR(e)][e]);
|
MOVE_SERVO(_SERVO_NR(e), servo_angles[_SERVO_NR(e)][e & 1]);
|
||||||
safe_delay(500);
|
safe_delay(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue