Make filament display on dogm_... same as hitachi...

Thanks @MagoKimbra.
master
AnHardt 10 years ago
parent 50a732360a
commit 9ac7dc675e

@ -369,7 +369,7 @@ static void lcd_implementation_status_screen() {
lcd_printPGM(PSTR("dia:"));
lcd_print(ftostr12ns(filament_width_meas));
lcd_printPGM(PSTR(" factor:"));
lcd_print(itostr3(extruder_multiply[active_extruder]));
lcd_print(itostr3(volumetric_multiplier[FILAMENT_SENSOR_EXTRUDER_NUM]));
lcd_print('%');
}
#endif

Loading…
Cancel
Save