Move common strings (#20846)
This commit is contained in:
parent
7b9f7d8aba
commit
d33fe2378c
38 changed files with 54 additions and 83 deletions
|
|
@ -56,6 +56,9 @@ GCodeQueue queue;
|
|||
#include "../feature/repeat.h"
|
||||
#endif
|
||||
|
||||
// Frequently used G-code strings
|
||||
PGMSTR(G28_STR, "G28");
|
||||
|
||||
/**
|
||||
* GCode line number handling. Hosts may opt to include line numbers when
|
||||
* sending commands to Marlin, and lines will be checked for sequentiality.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue