Make sure axis_active is cleared for #1908
This commit is contained in:
parent
e0e68c5cbc
commit
3f02da646c
@ -393,7 +393,7 @@ void plan_init() {
|
||||
#endif
|
||||
|
||||
void check_axes_activity() {
|
||||
unsigned char axis_active[NUM_AXIS],
|
||||
unsigned char axis_active[NUM_AXIS] = { 0 },
|
||||
tail_fan_speed = fanSpeed;
|
||||
#ifdef BARICUDA
|
||||
unsigned char tail_valve_pressure = ValvePressure,
|
||||
|
Loading…
Reference in New Issue
Block a user