Skip to content

Commit

Permalink
Report delta calibration radius
Browse files Browse the repository at this point in the history
Add dcr to the screen output of G33 for user reference.
  • Loading branch information
LVD-AC committed Sep 18, 2021
1 parent 11fce69 commit f31f60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/gcode/calibrate/G33.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ void GcodeSuite::G33() {
// Report settings
PGM_P const checkingac = PSTR("Checking... AC");
SERIAL_ECHOPGM_P(checkingac);
SERIAL_ECHOPGM(" at radius:", dcr);
if (verbose_level == 0) SERIAL_ECHOPGM(" (DRY-RUN)");
SERIAL_EOL();
ui.set_status_P(checkingac);
Expand Down

0 comments on commit f31f60b

Please sign in to comment.