Prusa MINI Firmware overview
screen_print_preview_data_t Struct Reference
Collaboration diagram for screen_print_preview_data_t:

Public Attributes

window_frame_t frame
 
window_text_t title_text
 
description_line_t description_lines [4]
 
window_icon_t print_button
 
window_text_t print_label
 
window_icon_t back_button
 
window_text_t back_label
 
FIL gcode_file
 
bool gcode_file_opened
 
bool gcode_has_thumbnail
 
char gcode_printing_time [16]
 
char gcode_filament_type [8]
 
unsigned gcode_filament_used_g
 
unsigned gcode_filament_used_mm
 
bool redraw_thumbnail
 

Member Data Documentation

◆ frame

window_frame_t screen_print_preview_data_t::frame

◆ title_text

window_text_t screen_print_preview_data_t::title_text

◆ description_lines

description_line_t screen_print_preview_data_t::description_lines[4]

◆ print_button

window_icon_t screen_print_preview_data_t::print_button

◆ print_label

window_text_t screen_print_preview_data_t::print_label

◆ back_button

window_icon_t screen_print_preview_data_t::back_button

◆ back_label

window_text_t screen_print_preview_data_t::back_label

◆ gcode_file

FIL screen_print_preview_data_t::gcode_file

◆ gcode_file_opened

bool screen_print_preview_data_t::gcode_file_opened

◆ gcode_has_thumbnail

bool screen_print_preview_data_t::gcode_has_thumbnail

◆ gcode_printing_time

char screen_print_preview_data_t::gcode_printing_time[16]

◆ gcode_filament_type

char screen_print_preview_data_t::gcode_filament_type[8]

◆ gcode_filament_used_g

unsigned screen_print_preview_data_t::gcode_filament_used_g

◆ gcode_filament_used_mm

unsigned screen_print_preview_data_t::gcode_filament_used_mm

◆ redraw_thumbnail

bool screen_print_preview_data_t::redraw_thumbnail