ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints.
This commit is contained in:
parent
82c99625fa
commit
06411d5c9e
3 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue