MK3s default eeprom values
Hi . I had at some point on one of the printers the z'orbiter2 extruder with the values from the orbiter projects page saved on eeprom and recently transferred to a different printer . unlucky for me , didn't cross my mind to do a eeprom read and save the default values anywhere . now both my printers have the new values for the z'orbiter extruder and on the one that i reverted back to original i can't seem to be able to get the extruder to original values again .... the extruder seems to be overshooting by about twice the value and my E steps are set to 280 which seems to be the default value for a mk3s . anyone has any idea where i could find the default values for eeprom settings ?
any help is much appreciated .
thanks
RE: MK3s default eeprom values
You can reset to default values using `M502` gcode but before you do that you should get the current values with `M503`
Most of the default settings you can find in the variant file https://github.com/prusa3d/Prusa-Firmware/blob/MK3_3.14.1/Firmware/variants/MK3S.h#L43 or https://github.com/prusa3d/Prusa-Firmware/blob/MK3_3.14.1/Firmware/Configuration.h
Also useful is the https://prusa3d.github.io/Prusa-Firmware-Doc/Prusa-Firmware/group__eeprom__table.html
Looking at the orbiter documentation the microsteps need to be 16 while the stock needs 32 see https://github.com/prusa3d/Prusa-Firmware/blob/MK3_3.14.1/Firmware/variants/MK3S.h#L223
Hope that helps.
Merry X-Mas / Holidays
RE: MK3s default eeprom values
Amazing ! Everything is back to normal now . Thank you !
Merry Christmas!