From 46a979271dea808c380754fe943fdf2f40b64f1f Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 2 Jan 2023 08:59:05 +0100 Subject: [PATCH] Update calibration status v2 documentation --- Firmware/eeprom.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Firmware/eeprom.h b/Firmware/eeprom.h index a2e9d38d..a620ebb0 100644 --- a/Firmware/eeprom.h +++ b/Firmware/eeprom.h @@ -349,6 +349,16 @@ static_assert(sizeof(Sheets) == EEPROM_SHEETS_SIZEOF, "Sizeof(Sheets) is not EEP | ^ | ^ | ^ | 00h 0 | ^ | Do not heat bed on load filament | ^ | ^ | ^ | ^ | ^ | 01h 1 | ^ | Heat bed on load filament | ^ | ^ | 0x0CA6 3238 | uint8 | EEPROM_CALIBRATION_STATUS_V2 | ffh 255 | ffh 255 | Calibration status (>=v3.12) | ??? | D3 Ax0ca6 C1 +| ^ | ^ | ^ | 00h 0 | ^ | Unknown | ^ | ^ +| ^ | ^ | ^ | 01h 1 | ^ | Selftest passed | ^ | ^ +| ^ | ^ | ^ | 02h 2 | ^ | XYZ cal passed | ^ | ^ +| ^ | ^ | ^ | 04h 4 | ^ | Z cal passed | ^ | ^ +| ^ | ^ | ^ | 08h 8 | ^ | Temp model cal passed | ^ | ^ +| ^ | ^ | ^ | 10h 16 | ^ | Live Adjust set | ^ | ^ +| ^ | ^ | ^ | 20h 32 | ^ | Free bit | ^ | ^ +| ^ | ^ | ^ | 40h 64 | ^ | Free bit | ^ | ^ +| ^ | ^ | ^ | 80h 128 | ^ | Free bit | ^ | ^ +| ^ | ^ | ^ | 1fh 31 | ^ | All Wizard steps passed | ^ | ^ |Address begin|Bit/Type | Name | Valid values | Default/FactoryReset | Description |Gcode/Function| Debug code | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: