From d0d42982492fbcefbea59b4ecbf69b743bb780c5 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Sun, 28 Feb 2021 18:18:06 +0100 Subject: [PATCH] Update EEPROM documentation for Service prep --- Firmware/eeprom.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Firmware/eeprom.h b/Firmware/eeprom.h index 6fa80aa4c..2590d0f23 100644 --- a/Firmware/eeprom.h +++ b/Firmware/eeprom.h @@ -53,6 +53,7 @@ static_assert(sizeof(Sheets) == EEPROM_SHEETS_SIZEOF, "Sizeof(Sheets) is not EEP - __L__ Language - __S__ Statistics - __P__ Shipping prep + - __M__ Service/Maintenance prep - __S/P__ Statistics and Shipping prep will overwrite existing values to 0 or default. @@ -157,6 +158,7 @@ static_assert(sizeof(Sheets) == EEPROM_SHEETS_SIZEOF, "Sizeof(Sheets) is not EEP | 0x0F60h 3936 | float | EEPROM_XYZ_CAL_SKEW | ??? | ff ff ff ffh | XYZ skew value | ??? | D3 Ax0f60 C4 | 0x0F5Fh 3935 | uint8 | EEPROM_WIZARD_ACTIVE | 01h 1 | 01h 1 __P__ | Wizard __active__ | ??? | D3 Ax0f5f C1 | ^ | ^ | ^ | 00h 0 | ^ | Wizard __inactive__ | ^ | ^ +| ^ | ^ | ^ | 02h 2 | 02h 2 __M__ | Wizard active - Z cal after shipping/service prep | ^ | ^ | 0x0F5Dh 3933 | uint16 | EEPROM_BELTSTATUS_X | ??? | ff ffh | X Beltstatus | ??? | D3 Ax0f5d C2 | 0x0F5Bh 3931 | uint16 | EEPROM_BELTSTATUS_Y | ??? | ff ffh | Y Beltstatus | ??? | D3 Ax0f5b C2 | 0x0F5Ah 3930 | uint8 | EEPROM_DIR_DEPTH | 00h-ffh 0-255 | ffh 255 | Directory depth | ??? | D3 Ax0f5a C1