Prusa MINI Firmware overview
|
◆ FKNOWN
◆ F_NOTSENSED
◆ _decide_continue_load_unload()
23 const char *btns[2] = {
"NEXT",
"UNLOAD" };
25 "To calibrate with \n"
29 "To change filament,\n"
46 const char *btns[3] = {
"NEXT",
"LOAD",
"UNLOAD" };
48 "To calibrate with \n"
52 "To load filament, \n"
54 "To change filament,\n"
◆ wizard_load_unload()
Definition: wizard_load_unload.h:11
LD_UNLD_STATE_t _decide_continue_load_unload()
Definition: wizard_load_unload.c:16
Definition: wizard_load_unload.h:12
Definition: filament.h:26
#define MSGBOX_RES_CUSTOM1
Definition: window_msgbox.h:50
#define MSGBOX_DEF_BUTTON2
Definition: window_msgbox.h:56
static volatile fsensor_t state
Definition: filament_sensor.c:23
int wizard_msgbox_btns(const char *text, uint16_t flags, uint16_t id_icon, const char **buttons)
Definition: wizard_ui.c:52
#define MSGBOX_DEF_BUTTON1
Definition: window_msgbox.h:55
#define MSGBOX_RES_CUSTOM2
Definition: window_msgbox.h:51
Definition: dlg_result.h:11
FILAMENT_t get_filament()
Definition: filament.cpp:41
#define F_NOTSENSED
Definition: wizard_load_unload.c:13
int gui_dlg_preheat_forced(const char *caption)
Definition: window_dlg_preheat.c:152
Definition: filament_sensor.h:20
fsensor_t fs_get_state()
Definition: filament_sensor.c:67
#define MSGBOX_RES_CUSTOM0
Definition: window_msgbox.h:49
dlg_result_t gui_dlg_load_forced(void)
Definition: window_dlg_load.c:124
dlg_result_t gui_dlg_unload_forced(void)
Definition: window_dlg_unload.c:31
Definition: wizard_load_unload.h:15
const uint8_t[]
Definition: 404_html.c:3
Definition: dlg_result.h:10
#define MSGBOX_BTN_CUSTOM3
Definition: window_msgbox.h:28
#define FKNOWN
Definition: wizard_load_unload.c:12
Definition: wizard_load_unload.h:10
#define MSGBOX_BTN_CUSTOM2
Definition: window_msgbox.h:27
Definition: wizard_load_unload.h:13
Definition: wizard_load_unload.h:14