Minor string storage optimization

This commit is contained in:
Scott Lahteine
2020-02-01 17:05:42 -06:00
parent 4937519d51
commit 0e72c315a0
9 changed files with 18 additions and 16 deletions

View File

@ -137,7 +137,7 @@
DEBUG_EOL();
HOTEND_LOOP() {
DEBUG_ECHOPAIR(" T", int(e));
DEBUG_ECHOPAIR_P(SP_T_STR, int(e));
LOOP_XYZ(a) DEBUG_ECHOPAIR(" hotend_offset[", int(e), "].", axis_codes[a] | 0x20, "=", hotend_offset[e][a]);
DEBUG_EOL();
}