Merge pull request #108 from PavelSindler/power_panic
Power panic works with folders
This commit is contained in:
commit
60930beb52
6 changed files with 55 additions and 1 deletions
Firmware
|
@ -77,6 +77,8 @@
|
|||
#define EEPROM_FERROR_COUNT (EEPROM_UVLO_MESH_BED_LEVELING-16)
|
||||
// Power loss errors
|
||||
#define EEPROM_POWER_COUNT (EEPROM_UVLO_MESH_BED_LEVELING-17)
|
||||
#define EEPROM_DIR_DEPTH (EEPROM_POWER_COUNT-1)
|
||||
#define EEPROM_DIRS (EEPROM_DIR_DEPTH-80) //8 chars for each dir name, max 10 levels
|
||||
|
||||
//TMC2130 configuration
|
||||
#define EEPROM_TMC_AXIS_SIZE //axis configuration block size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue