|
|
@ -791,7 +791,7 @@ static void lcd_implementation_status_screen() {
|
|
|
|
|
|
|
|
|
|
|
|
// Show Filament Diameter and Volumetric Multiplier %
|
|
|
|
// Show Filament Diameter and Volumetric Multiplier %
|
|
|
|
// After allowing lcd_status_message to show for 5 seconds
|
|
|
|
// After allowing lcd_status_message to show for 5 seconds
|
|
|
|
if (ELAPSED(millis(), previous_lcd_status_ms + 5000)) {
|
|
|
|
if (ELAPSED(millis(), previous_lcd_status_ms + 5000UL)) {
|
|
|
|
lcd_printPGM(PSTR("Dia "));
|
|
|
|
lcd_printPGM(PSTR("Dia "));
|
|
|
|
lcd.print(ftostr12ns(filament_width_meas));
|
|
|
|
lcd.print(ftostr12ns(filament_width_meas));
|
|
|
|
lcd_printPGM(PSTR(" V"));
|
|
|
|
lcd_printPGM(PSTR(" V"));
|
|
|
|