mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
🩹 Fix a serial_ternary
This commit is contained in:
parent
70c8859e7f
commit
d68ad9e0b1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void unified_bed_leveling::report_current_mesh() {
|
|||
|
||||
void unified_bed_leveling::report_state() {
|
||||
echo_name();
|
||||
serial_ternary(planner.leveling_active, " System v" UBL_VERSION " ", nullptr, "in", "active\n");
|
||||
serial_ternary(planner.leveling_active, F(" System v" UBL_VERSION " "), nullptr, F("in"), F("active\n"));
|
||||
serial_delay(50);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue