Add a string parameter to kill()
Makes the output on the LCD adjustable.
This commit is contained in:
parent
7ff18f6657
commit
f4a93ed997
4 changed files with 10 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue