open auto level,Servo angle save to eeprom?
Can you please be more specific in your question?
I think he wants the servo angles to be adjustable and saved to the EEPROM without having to edit and rebuild the firmware. This sounds like a good thing to do. But we probably would want to hard allocate 6 or 8 bytes and handle 3 or 4 servos (even if the system only has one). And of course, there would need to be a way to change the per servo values. (Yet another MCode...)
Exactly what I want to say
Anything is possible. You just need to recruit a willing developer to code it.
I want to do it, but I don't know where to start.
I want to do it, but I don't know where to start.
Fork the Marlin repository, modify a Bugfix branch to have your changes working. And then issue a Pull Request.
Probably the first thing to do is modify Configuration_Store.cpp to have the space allocated for the values. Then, modify the initialization code to pick up and use those values. And then define and implement some MCode function to set the values.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I think he wants the servo angles to be adjustable and saved to the EEPROM without having to edit and rebuild the firmware. This sounds like a good thing to do. But we probably would want to hard allocate 6 or 8 bytes and handle 3 or 4 servos (even if the system only has one). And of course, there would need to be a way to change the per servo values. (Yet another MCode...)