File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 python ./LabelGenerator.py
4949 if : matrix.os != 'macos-latest'
5050 - name : Archive generated PDF
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : generated-${{ matrix.os}}-${{ matrix.python-version }}
5454 path : ResistorLabels.pdf
5858 run : |
5959 python ./LabelGenerator.py --roboto
6060 - name : Archive generated PDF
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto
6464 path : ResistorLabels.pdf
Original file line number Diff line number Diff line change @@ -34,3 +34,11 @@ This is based on an idea from Zach Poff.
3434For more details on how to use these labels, visit his website:
3535
3636https://www.zachpoff.com/resources/quick-easy-and-cheap-resistor-storage/
37+
38+ # Modifications
39+
40+ Here are some community modifications/improvements of this project:
41+ - [ securelyfitz] ( https://github.com/securelyfitz/ResistorLabels ) : Optimized layout for efficiency <br >
42+ [ <img src =" https://github.com/securelyfitz/ResistorLabels/blob/5e4db032fd8469aa25ab555384a5f132b6b08443/Example.png " width =400 >] ( https://github.com/securelyfitz/ResistorLabels )
43+ - [ prochazkaml] ( https://github.com/prochazkaml/ComponentLabels ) : Support for other types of components <br >
44+ [ <img src =" https://github.com/user-attachments/assets/97d1cfc7-5ef2-4d29-b490-5f422465625b " width =400 >] ( https://github.com/prochazkaml/ComponentLabels )
You can’t perform that action at this time.
0 commit comments