🧑‍💻 Combined axis strings

This commit is contained in:
Scott Lahteine
2022-05-23 21:59:36 -05:00
parent 639b1f64c6
commit 31413a7d77
8 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ void GcodeSuite::M92() {
if (target_extruder < 0) return;
// No arguments? Show M92 report.
if (!parser.seen(LOGICAL_AXES_STRING TERN_(MAGIC_NUMBERS_GCODE, "HL")))
if (!parser.seen(STR_AXES_LOGICAL TERN_(MAGIC_NUMBERS_GCODE, "HL")))
return M92_report(true, target_extruder);
LOOP_LOGICAL_AXES(i) {