Skip to content

Commit

Permalink
Add co-option to JLC PCB assembly so we can switch to different defau…
Browse files Browse the repository at this point in the history
…lt in the future
  • Loading branch information
yaqwsx committed Jan 26, 2025
1 parent f418066 commit 81935d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kikit/fab_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def fabCommand(f):
help="Comma separated list of component fields with the correction value. First existing field is used")
@click.option("--correctionpatterns", type=click.Path(dir_okay=False))
@click.option("--missingError/--missingWarn", help="If a non-ignored component misses LCSC field, fail")
@click.option("--autoname", is_flag=True, help="Automatically name the output files based on the board name")
@click.option("--autoname/--no-autoname", is_flag=True, help="Automatically name the output files based on the board name")
def jlcpcb(**kwargs):
"""
Prepare fabrication files for JLCPCB including their assembly service
Expand Down

0 comments on commit 81935d6

Please sign in to comment.