ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints.
This commit is contained in:
@ -131,5 +131,6 @@ extern float homing_feedrate[];
|
||||
extern bool axis_relative_modes[];
|
||||
extern float current_position[NUM_AXIS] ;
|
||||
extern float add_homeing[3];
|
||||
extern bool stop_heating_wait;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user