Fixed missing initializer for variables in Phytron-Axis

This commit is contained in:
2025-06-20 13:45:30 +02:00
parent deea821e3f
commit 354e9d90fb

View File

@ -250,6 +250,8 @@ PhytronAxis::PhytronAxis(PhytronController *pC, int axisNo, int enc)
haveBrake = 0; haveBrake = 0;
brakeIO = -1; brakeIO = -1;
next_poll = -1; next_poll = -1;
homing = 0;
homing_direction = 0;
} }
int PhytronAxis::setBrake(int brakeNO) int PhytronAxis::setBrake(int brakeNO)