Skip to content

Commit

Permalink
README.md integrate Quantity Fix for not grouped Option
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Jan 21, 2020
1 parent b9bcdb3 commit db4d8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you know a little Python, the grouping and the order of the components in the
When launching the plugin (in Eeschema BOM) it will create as many BOM files as there are different `Supplier` encountered.

In order to generate a BOM file for several pieces, it is possible to add a quantity argument at the end of the plugin command line (ie: `"bom-cpl-plugin.py" "%I" "%O" 100` for 100 pieces).
Without this argument or with an invalid value, a default quantity of 1 will be used.
If the supplier is not configured for regrouping, or without this argument or with an invalid value, a default quantity of 1 will be used.

It also creates the CPL file for JLCPcb from one of the position files found in the working directory (ie: `your_project-all-pos.csv`, `your_project-top-pos.csv`, `your_project-bottom-pos.csv`).
A correction on the rotations will be made according to the `Rotation` field of each component.
Expand Down

0 comments on commit db4d8ce

Please sign in to comment.