Skip to content

Commit

Permalink
🐛 Fix M852 report (MarlinFirmware#23660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maeyanie authored and Omkar Dhekne committed Mar 25, 2024
1 parent dd0b110 commit 2ad330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/calibrate/M852.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void GcodeSuite::M852() {

void GcodeSuite::M852_report(const bool forReplay/*=true*/) {
report_heading_etc(forReplay, F(STR_SKEW_FACTOR));
SERIAL_ECHOPAIR_F(" M851 I", planner.skew_factor.xy, 6);
SERIAL_ECHOPAIR_F(" M852 I", planner.skew_factor.xy, 6);
#if ENABLED(SKEW_CORRECTION_FOR_Z)
SERIAL_ECHOPAIR_F(" J", planner.skew_factor.xz, 6);
SERIAL_ECHOPAIR_F(" K", planner.skew_factor.yz, 6);
Expand Down

0 comments on commit 2ad330f

Please sign in to comment.