Add a string parameter to kill()
Makes the output on the LCD adjustable.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user