Add a string parameter to kill()

Makes the output on the LCD adjustable.
This commit is contained in:
AnHardt
2015-05-20 20:53:48 +02:00
parent 7ff18f6657
commit f4a93ed997
4 changed files with 10 additions and 14 deletions

View File

@ -220,7 +220,7 @@ void ok_to_send();
#endif
void reset_bed_level();
void prepare_move();
void kill();
void kill(const char *);
void Stop();
#ifdef FILAMENT_RUNOUT_SENSOR