Closed hreality closed 11 months ago
@hreality Please check with the bear upgrade group which firmware is best to use https://github.com/gregsaun/prusa_i3_bear_upgrade
To overwrite the calibration status is possible but not the preferred way. Please check if there is a community firmware for the bear printer to solve it before you change the EEPROM value.
Changing the EEPROM values is possible with D-code. The D3
is case sensitive and one tiny error may cause a corrupted EEPROM.
Pronterface, Octoprint and some other serial terminals AUTO UPPERCASE G/D-codes by DEFAULT and this WILL/MAY break/corrupt the EEPROM!
See for more information https://github.com/prusa3d/Prusa-Firmware/wiki/EEPROM-table
and look for EEPROM_CALIBRATION_STATUS_V2
Thank you.. I'll give it a look.. seems change to a value of 1 is sufficient
@hreality As this ticket hasn't been updated I close it. If you still have an issue please reopen it.
I have the same issue. XYZ cal finds I should consult manual. I measured all (x times). Yes there are issues (skew Y-carriage) and I think I can work with it. Every time I bootup, I see the message to do the calibration. And octoprint cannot connect unless I hit the knob on the lcd first. So for me best would be to disable this message.
I have read the above advice & links and found even more of @3d-gussner (very helpfull!) As I understand I have to set this bit to 1: 0x0CA6 EEPROM_CALIBRATION_STATUS_V2 02h XYZ cal passed
Send: D3 Ax0ca6 C1 Recv: D3 - Read/Write EEPROM Recv: 0ca6 06 Recv: ok
I did the other calibrations: selftest, Z cal (not XYZ) and first layer. And no message anymore
The EEPROM_CALIBRATION_STATUS_V2 is a using bits to set the state of calibration
Hope that helps.
Hope that helps.
It sure does. I did some binary calculations to come to same solutions (and rerun a couple of the more simple calibrations). All runs fine now. And I think this 4491 page + links must be good enough as "mini-manual".
So, I built a bear and we all already know for one reason or another it fails the initial startup calibration. Ive manually done my calibration and its printing fine but every time Ive turned it on I get the notice the initial calibration wasnt complete and I have to click through it. What code can I enter into pronterface to trip that as complete so that message goes away?
Thanks