[1.1.x] Buffer overflow and scroll fix, UTF8 cleanup (#10851)
This commit is contained in:
parent
069bd19aec
commit
63f7add00c
8 changed files with 263 additions and 107 deletions
|
|
@ -5894,15 +5894,12 @@ void home_all_axes() { gcode_G28(true); }
|
|||
}
|
||||
|
||||
// Report settings
|
||||
|
||||
const char *checkingac = PSTR("Checking... AC");
|
||||
serialprintPGM(checkingac);
|
||||
if (verbose_level == 0) SERIAL_PROTOCOLPGM(" (DRY-RUN)");
|
||||
if (set_up) SERIAL_PROTOCOLPGM(" (SET-UP)");
|
||||
SERIAL_EOL();
|
||||
char mess[11];
|
||||
strcpy_P(mess, checkingac);
|
||||
lcd_setstatus(mess);
|
||||
lcd_setstatusPGM(checkingac);
|
||||
|
||||
print_calibration_settings(_endstop_results, _angle_results);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue