Browse Source

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

Thanks @MagoKimbra.
pull/1/head
AnHardt 9 years ago
parent
commit
9ac7dc675e
  1. 2
      Marlin/dogm_lcd_implementation.h

2
Marlin/dogm_lcd_implementation.h

@ -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