Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python ./LabelGenerator.py
if: matrix.os != 'macos-latest'
- name: Archive generated PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: generated-${{ matrix.os}}-${{ matrix.python-version }}
path: ResistorLabels.pdf
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
python ./LabelGenerator.py --roboto
- name: Archive generated PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto
path: ResistorLabels.pdf
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ This is based on an idea from Zach Poff.
For more details on how to use these labels, visit his website:

https://www.zachpoff.com/resources/quick-easy-and-cheap-resistor-storage/

# Modifications

Here are some community modifications/improvements of this project:
- [securelyfitz](https://github.com/securelyfitz/ResistorLabels): Optimized layout for efficiency <br>
[<img src="https://github.com/securelyfitz/ResistorLabels/blob/5e4db032fd8469aa25ab555384a5f132b6b08443/Example.png" width=400>](https://github.com/securelyfitz/ResistorLabels)
- [prochazkaml](https://github.com/prochazkaml/ComponentLabels): Support for other types of components <br>
[<img src="https://github.com/user-attachments/assets/97d1cfc7-5ef2-4d29-b490-5f422465625b" width=400>](https://github.com/prochazkaml/ComponentLabels)
Loading