Didstopia / Marlin

Custom Marlin 3D Printer Firmware for Ender 3 V2 + BTT SKR Mini E3 V3.0
https://github.com/Didstopia/Marlin
GNU General Public License v3.0
1 stars 0 forks source link

Implement automatic patch file generation for the entire repository #3

Open Dids opened 2 years ago

Dids commented 2 years ago

Add the ability for automated CI builds to create and include a full patch file (or a set of patches per file?).

Note that this requires keeping an untouched copy of the currently checked out Marlin branch separate from the patched version, but otherwise this should be trivial to do.

Here is an example of how this could be achieved.