Welcome! Log In Create A New Profile

Advanced

What EEPROM ranges does stock marlin use?

Posted by joesphanlu 
What EEPROM ranges does stock marlin use?
July 25, 2019 01:30AM
Hello! I am making a custom firmware for better control of running a laser on the 3d printer. I have some values I want to store in the EEPROM, but do not know what ranges are used by stock marlin. can someone help me out here? thanks!
Re: What EEPROM ranges does stock marlin use?
July 25, 2019 03:24AM
Its somewhat dynamic and open ended. It is different depending on what options you enable in firmware... (Doesn't waste space on features that you don't enable)

You add to the structure and the compiler places it. Take a look at configuration_store.cpp

the first 100 bytes are not used, last I looked. Others have used this area
Re: What EEPROM ranges does stock marlin use?
July 25, 2019 03:55AM
I see it now. thanks!
Sorry, only registered users may post in this forum.

Click here to login