Fix tool-change servo index for E2 and up (#20060)

2.0.x
Jason Smith 4 years ago committed by Scott Lahteine
parent 367e717aeb
commit 841f0d5778

@ -123,7 +123,7 @@
if (e < EXTRUDERS - 1)
#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);
}
}

Loading…
Cancel
Save