mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 15:06:29 +00:00
parent
09d0b4d152
commit
60cd1ecb69
1 changed files with 2 additions and 2 deletions
|
@ -464,8 +464,8 @@ void GcodeSuite::G33() {
|
||||||
SERIAL_ECHOLNPGM("G33 Auto Calibrate");
|
SERIAL_ECHOLNPGM("G33 Auto Calibrate");
|
||||||
|
|
||||||
// Report settings
|
// Report settings
|
||||||
PGM_P const checkingac = PSTR("Checking... AC");
|
FSTR_P const checkingac = F("Checking... AC");
|
||||||
SERIAL_ECHOPGM_P(checkingac);
|
SERIAL_ECHOF(checkingac);
|
||||||
SERIAL_ECHOPGM(" at radius:", dcr);
|
SERIAL_ECHOPGM(" at radius:", dcr);
|
||||||
if (verbose_level == 0) SERIAL_ECHOPGM(" (DRY-RUN)");
|
if (verbose_level == 0) SERIAL_ECHOPGM(" (DRY-RUN)");
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
|
|
Loading…
Reference in a new issue