Merge pull request from PavelSindler/power_panic

Power panic works with folders
This commit is contained in:
XPila 2017-11-27 07:27:17 +01:00 committed by GitHub
commit 60930beb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 1 deletions

View file

@ -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