ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints.

This commit is contained in:
Bernhard
2011-12-11 22:18:50 +01:00
parent 82c99625fa
commit 06411d5c9e
3 changed files with 4 additions and 1 deletions

View File

@ -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