Fix a potential hanging "else" bug
This commit is contained in:
parent
b83e3f0905
commit
2f3a410cb0
@ -1596,12 +1596,11 @@ static void homeaxis(AxisEnum axis) {
|
|||||||
if (axis == Z_AXIS) {
|
if (axis == Z_AXIS) {
|
||||||
if (axis_home_dir < 0) deploy_z_probe();
|
if (axis_home_dir < 0) deploy_z_probe();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SERVO_ENDSTOPS
|
#ifdef SERVO_ENDSTOPS
|
||||||
{
|
if (axis != Z_AXIS) {
|
||||||
// Engage Servo endstop if enabled
|
// Engage Servo endstop if enabled
|
||||||
if (servo_endstops[axis] > -1)
|
if (servo_endstops[axis] > -1)
|
||||||
servo[servo_endstops[axis]].write(servo_endstop_angles[axis * 2]);
|
servo[servo_endstops[axis]].write(servo_endstop_angles[axis * 2]);
|
||||||
|
Loading…
Reference in New Issue
Block a user