V1EngineeringInc / MarlinBuilder

MarlinBuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better feedback from the scripts.

jeffeb3 opened this issue · comments

We need to add confirmation that the scripts are finding what we need them to change.

Things like Marlin changing the name of a parameter would be obvious then, because it wouldn't find the old name in the file.

Some params, like the screen timing params, aren't in the files, and we add them. In that case, at a minimum, we need a way to accept missing params, and still allow appending.

Please, no one add perl. I think we can do this in bash, but if not, then I'd much prefer python.

We should fork opt_set, undo 38a9706e16 and store it locally in this repo.