mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-07 23:27:43 -07:00
🩹 Fix a serial_ternary
This commit is contained in:
parent
7e25e87807
commit
9249f61a80
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…
Add table
Add a link
Reference in a new issue