🎨 Misc. code cleanup
This commit is contained in:
committed by
Scott Lahteine
parent
5afb5e03b0
commit
02e131b5fd
@ -113,10 +113,7 @@
|
||||
|
||||
void move_extruder_servo(const uint8_t e) {
|
||||
planner.synchronize();
|
||||
#if EXTRUDERS & 1
|
||||
if (e < EXTRUDERS - 1)
|
||||
#endif
|
||||
{
|
||||
if ((EXTRUDERS & 1) && e < EXTRUDERS - 1) {
|
||||
MOVE_SERVO(_SERVO_NR(e), servo_angles[_SERVO_NR(e)][e & 1]);
|
||||
safe_delay(500);
|
||||
}
|
||||
|
Reference in New Issue
Block a user