mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-03 01:05:19 +00:00
🩹 Fix a serial_ternary
This commit is contained in:
parent
7e25e87807
commit
9249f61a80
@ -59,7 +59,7 @@ void unified_bed_leveling::report_current_mesh() {
|
|||||||
|
|
||||||
void unified_bed_leveling::report_state() {
|
void unified_bed_leveling::report_state() {
|
||||||
echo_name();
|
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);
|
serial_delay(50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user