Make wait_for_heatup volatile
This commit is contained in:
@@ -286,7 +286,7 @@ extern float sw_endstop_min[3]; // axis[n].sw_endstop_min
|
||||
extern float sw_endstop_max[3]; // axis[n].sw_endstop_max
|
||||
extern bool axis_known_position[3]; // axis[n].is_known
|
||||
extern bool axis_homed[3]; // axis[n].is_homed
|
||||
extern bool wait_for_heatup;
|
||||
extern volatile bool wait_for_heatup;
|
||||
|
||||
// GCode support for external objects
|
||||
bool code_seen(char);
|
||||
|
Reference in New Issue
Block a user