Save some string flash

This commit is contained in:
Scott Lahteine
2019-11-01 23:51:25 -05:00
parent 23d21dd81c
commit ca6d00b862
18 changed files with 47 additions and 32 deletions

View File

@@ -121,7 +121,7 @@ void StressTestScreen::onIdle() {
if (!commandsInQueue()) {
if (!isPositionKnown()) {
injectCommands_P(PSTR("G28"));
injectCommands_P(G28_STR);
} else {
injectCommands_P(PSTR(
"G0 X100 Y100 Z100 F6000\n"