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

Go to the source code of this file.

Functions

dlg_result_t gui_dlg_purge (void)
 

Function Documentation

◆ gui_dlg_purge()

dlg_result_t gui_dlg_purge ( void  )
26  {
27  //todo must be called inside
29  return DLG_ABORTED; //user can choose "RETURN"
30  return _gui_dlg_purge();
31 }
Here is the call graph for this function:
Here is the caller graph for this function:
NULL
#define NULL
Definition: usbd_def.h:53
gui_dlg_preheat_autoselect_if_able
int gui_dlg_preheat_autoselect_if_able(const char *caption)
Definition: window_dlg_preheat.c:135
DLG_ABORTED
Definition: dlg_result.h:11
_gui_dlg_purge
static dlg_result_t _gui_dlg_purge(void)
Definition: window_dlg_purge.c:19