Farm mode: when print finishes, ask which filament was used for print; statistics modified

This commit is contained in:
PavelSindler 2017-07-21 20:17:00 +02:00
parent a3ad74a6be
commit 5d389a2c36
2 changed files with 7771 additions and 7769 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,9 @@
void lcd_sdcard_pause(); void lcd_sdcard_pause();
void lcd_print_stop(); void lcd_print_stop();
void prusa_statistics(int _message); void prusa_statistics(int _message);
void prusa_statistics(int _message, uint8_t _col_nr = 0);
void lcd_confirm_print(); void lcd_confirm_print();
unsigned char lcd_choose_color();
void lcd_mylang(); void lcd_mylang();
bool lcd_detected(void); bool lcd_detected(void);