| 
    Prusa MINI Firmware overview
    
   | 
 
#include "new_eeprom.h"#include "st25dv64k.h"#include "assert.h"#include "dbg.h"#include "marlin_client.h"#include "filament.h"#include "gui.h"#include "../Marlin/src/gcode/gcode.h"#include "../Marlin/src/module/planner.h"#include "../Marlin/src/lcd/extensible_ui/ui_api.h"Macros | |
| #define | FILAMENT_ADDRESS 0x400 | 
Functions | |
| void | set_filament (FILAMENT_t filament) | 
| FILAMENT_t | get_filament () | 
Variables | |
| const filament_t | filaments [FILAMENTS_END] | 
| static FILAMENT_t | filament_selected = FILAMENTS_END | 
| #define FILAMENT_ADDRESS 0x400 | 
| void set_filament | ( | FILAMENT_t | filament | ) | 


| FILAMENT_t get_filament | ( | ) | 


| const filament_t filaments[FILAMENTS_END] | 
      
  | 
  static |