🎨 Apply F() to kill / sendinfoscreen
This commit is contained in:
parent
d1938d54ed
commit
65b950a489
52 changed files with 149 additions and 123 deletions
|
|
@ -58,7 +58,7 @@ void GcodeSuite::D(const int16_t dcode) {
|
|||
break;
|
||||
|
||||
case 10:
|
||||
kill(PSTR("D10"), PSTR("KILL TEST"), parser.seen_test('P'));
|
||||
kill(F("D10"), F("KILL TEST"), parser.seen_test('P'));
|
||||
break;
|
||||
|
||||
case 1: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue