Marlin: [FR] Auto level, Servo angle save to eeprom?

Created on 19 Dec 2017  路  7Comments  路  Source: MarlinFirmware/Marlin

open auto level,Servo angle save to eeprom?

Feature Request good first issue help wanted

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...)

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

manianac picture manianac  路  4Comments

otisczech picture otisczech  路  3Comments

W8KDB picture W8KDB  路  4Comments

Kaibob2 picture Kaibob2  路  4Comments

jerryerry picture jerryerry  路  4Comments