Skip to content

Commit

Permalink
🐛 Fix M423 invocation (MarlinFirmware#24360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and Jeremy Fairbanks committed Jul 18, 2022
1 parent 03b46cc commit 14bd975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/gcode/gcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 421: M421(); break; // M421: Set a Mesh Bed Leveling Z coordinate
#endif

#if ENABLED(X_AXIS_TWIST_COMPENSATION)
case 423: M423(); break; // M423: Reset, modify, or report X-Twist Compensation data
#endif

#if ENABLED(BACKLASH_GCODE)
case 425: M425(); break; // M425: Tune backlash compensation
#endif
Expand Down

0 comments on commit 14bd975

Please sign in to comment.