Replace extrudemultiply by extruder_multiply[active_extruder]
Fix for #1460. Seems to work with only one extruder. Can't test this myself with more.
This commit is contained in:
@ -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(extrudemultiply));
|
||||
lcd_print(itostr3(extruder_multiply[active_extruder]));
|
||||
lcd_print('%');
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user