MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
366 stars 763 forks source link

📝 Black Pill / I3DBEEZ9 Boards #502

Closed thisiskeithb closed 1 year ago

thisiskeithb commented 1 year ago

Add latest boards.

thisiskeithb commented 1 year ago

I like that we have access to update the boards list now, but I'm still thinking this could be automated. Perhaps pulling a copy of upstream boards.h and parsing it on deployment?

I'll have to get this building locally and see what can be scripted through GitHub Actions.

thisiskeithb commented 1 year ago

Committed directly: https://github.com/MarlinFirmware/MarlinDocumentation/commit/52b43fd0557a1cd6757a0d1d8e25a0e17c4eef74

thinkyhead commented 11 months ago

I like that we have access to update the boards list now, but I'm still thinking this could be automated.

Automation is certainly possible, but I haven't gotten around to it with all the other junk I need to attend to. My strategy meanwhile is to occasionally look at the commit history of boards.h in reverse chronological order and add boards until I reach the last one that was already added.

thisiskeithb commented 11 months ago

My strategy meanwhile is to occasionally look at the commit history of boards.h in reverse chronological order and add boards until I reach the last one that was already added.

As someone who frequently adds boards & deals with pins files a lot, I don’t have a problem with submitting PRs like I’ve done here & in https://github.com/MarlinFirmware/MarlinDocumentation/pull/514.

thinkyhead commented 11 months ago

You don't need to go to so much trouble. This is something I will do in the general course and certainly at the time of any tagged release.