Browse Source

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

Thanks @MagoKimbra.
AnHardt 9 years ago
parent
commit
9ac7dc675e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/dogm_lcd_implementation.h

+ 1
- 1
Marlin/dogm_lcd_implementation.h View File

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

Loading…
Cancel
Save