Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added option to generate soldering help without supplier codes #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

npsm
Copy link

@npsm npsm commented Aug 20, 2016

I liked the script but didn't have all the supplier fields setup for all parts and don't need them for most basic components so I added to option to generate just based on footprint and in the case of Resisters Capacitors and Inductors (R, C or L) footprint + value. option '--include-parts-without-supplier'

Additionaly I added the option '--fill-page' which calculates the label size based on the number off labels per page.

I don't actually print the sticker but just display them on a tabler while soldering, this speeds op placement a lot as it clearly indicates which parts go where.

Hope this is useful for others.

btw. I don't like python and ain't good at it so there probably is a cleaner method of implementing these features.

help="Number of columns of labels on a page.")
parser.add_argument("--labels-y", type=int, default=3,
parser.add_argument("--labels-y", type=int, default=2,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably avoid altering the default numbers of labels without changing the text stating what sort of label sheet the defaults are set for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants