Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
The globals namespace provides all necessary facilities related to keeping track of global state of the firmware. More...
Classes | |
class | Globals |
Globals keep track of global state variables in the firmware. More... | |
Enumerations | |
enum | FilamentLoadState : uint8_t { NotLoaded = 0 , AtPulley = 1 , InSelector = 2 , InFSensor = 4 , InNozzle = 8 } |
Functions | |
void | __attribute__ ((noinline)) Globals |
Variables | |
Globals | globals |
The one and only instance of global state variables. | |
The globals namespace provides all necessary facilities related to keeping track of global state of the firmware.
enum modules::globals::FilamentLoadState : uint8_t |
Different stages of filament load. Beware: