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
|
#endif
|
||||||
|
|
||||||
void check_axes_activity() {
|
void check_axes_activity() {
|
||||||
unsigned char axis_active[NUM_AXIS],
|
unsigned char axis_active[NUM_AXIS] = { 0 },
|
||||||
tail_fan_speed = fanSpeed;
|
tail_fan_speed = fanSpeed;
|
||||||
#ifdef BARICUDA
|
#ifdef BARICUDA
|
||||||
unsigned char tail_valve_pressure = ValvePressure,
|
unsigned char tail_valve_pressure = ValvePressure,
|
||||||
|
Loading…
Reference in New Issue
Block a user