Followup to "optimize common strings"

This commit is contained in:
Scott Lahteine
2019-11-30 06:54:14 -06:00
parent 6b4166e67f
commit 1ee648ecd2
3 changed files with 7 additions and 2 deletions

View File

@ -130,7 +130,7 @@ void GcodeSuite::M290() {
, SP_Y_STR, babystep.axis_total[Y_AXIS]
, SP_Z_STR
#else
, PSTR("Babystep Z")
PSTR("Babystep Z")
#endif
, babystep.axis_total[BS_TODO_AXIS(Z_AXIS)]
);