Commit 40b2278f authored by MagoKimbra's avatar MagoKimbra

Put volumetric in filament dia

parent 662999ba
......@@ -276,7 +276,7 @@ static void lcd_implementation_status_screen() {
lcd_printPGM(PSTR("dia:"));
u8g.print(ftostr12ns(filament_width_meas));
lcd_printPGM(PSTR(" factor:"));
u8g.print(itostr3(extrudemultiply));
u8g.print(itostr3(volumetric_multiplier[active_extruder]));
u8g.print('%');
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment