Prusa MINI Firmware overview
wizard.h File Reference

Go to the source code of this file.

Functions

void wizard_run_complete (void)
 
void wizard_run_selftest (void)
 
void wizard_run_xyzcalib (void)
 
void wizard_run_xyzcalib_xy (void)
 
void wizard_run_xyzcalib_z (void)
 
void wizard_run_firstlay (void)
 

Function Documentation

◆ wizard_run_complete()

void wizard_run_complete ( void  )
54  {
56 }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wizard_run_selftest()

void wizard_run_selftest ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wizard_run_xyzcalib()

◆ wizard_run_xyzcalib_xy()

void wizard_run_xyzcalib_xy ( void  )
72  {
73  // wizard_run_mask(_STATE_MASK_XYZCALIB_XY);
75  wizard_run_mask(mask);
76 }
Here is the call graph for this function:

◆ wizard_run_xyzcalib_z()

void wizard_run_xyzcalib_z ( void  )
78  {
79  // wizard_run_mask(_STATE_MASK_XYZCALIB_Z);
81  wizard_run_mask(mask);
82 }
Here is the call graph for this function:

◆ wizard_run_firstlay()

void wizard_run_firstlay ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:
_STATE_MASK_WIZARD
#define _STATE_MASK_WIZARD
Definition: wizard_types.h:76
_STATE_LAST
Definition: wizard_types.h:48
_STATE_XYZCALIB_XY_MSG_PLACE_PAPER
Definition: wizard_types.h:32
wizard_run_mask
void wizard_run_mask(uint64_t mask)
Definition: wizard.c:49
_STATE_XYZCALIB_XY_MSG_IS_SHEET
Definition: wizard_types.h:30
_STATE_FIRSTLAY_PRINT
Definition: wizard_types.h:43
_STATE_XYZCALIB_XY_MEASURE
Definition: wizard_types.h:35
_STATE_FIRSTLAY_MSBX_START_PRINT
Definition: wizard_types.h:42
_STATE_XYZCALIB_PASS
Definition: wizard_types.h:36
_STATE_XYZCALIB_XY_MSG_REMOVE_SHEET
Definition: wizard_types.h:31
_STATE_XYZCALIB_Z
Definition: wizard_types.h:28
_STATE_XYZCALIB_FAIL
Definition: wizard_types.h:37
_STATE_FIRSTLAY_FAIL
Definition: wizard_types.h:45
_STATE_FIRSTLAY_INIT
Definition: wizard_types.h:39
_STATE_XYZCALIB_HOME
Definition: wizard_types.h:27
_STATE_FIRSTLAY_LOAD
Definition: wizard_types.h:40
_STATE_MASK_SELFTEST
#define _STATE_MASK_SELFTEST
Definition: wizard_types.h:58
_STATE_FIRSTLAY_MSBX_CALIB
Definition: wizard_types.h:41
_STATE_XYZCALIB_INIT
Definition: wizard_types.h:26
_STATE_MASK
#define _STATE_MASK(state)
Definition: wizard_types.h:53
_STATE_XYZCALIB_XY_MSG_CLEAN_NOZZLE
Definition: wizard_types.h:29
_STATE_FIRSTLAY_MSBX_REPEAT_PRINT
Definition: wizard_types.h:44
_STATE_XYZCALIB_XY_MSG_PLACE_SHEET
Definition: wizard_types.h:34
_STATE_XYZCALIB_XY_SEARCH
Definition: wizard_types.h:33