Prusa MINI Firmware overview
window_dlg_change.h File Reference
#include "dlg_result.h"

Go to the source code of this file.

Functions

dlg_result_t gui_dlg_change (void)
 

Function Documentation

◆ gui_dlg_change()

dlg_result_t gui_dlg_change ( void  )
35  {
36  //todo must be called inside _gui_dlg, but nested dialogs are not supported now
37  //if (gui_dlg_preheat_autoselect_if_able(NULL) < 1) return DLG_ABORTED;//user can choose "RETURN"
38  return _gui_dlg_change();
39 }
Here is the call graph for this function:
Here is the caller graph for this function:
_gui_dlg_change
static dlg_result_t _gui_dlg_change(void)
Definition: window_dlg_change.c:17