JLC process

This commit is contained in:
rusefi 2020-04-08 11:25:42 -04:00
parent 7d4aa65d82
commit fb32c62e5a
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,13 @@
# BOM
# Bill Of Materials
1) See ../BOM_related file for KiCad to produce XXX.csv KiCad BOM.
1) Use prepare_fabricate.bat to invoke jlc_prepare_bom.bat produce XXX-bom.csv final JLC BOM file.
# Placement
1) Use KiCad to produce XXX-top-pos.csv file
1) Use prepare_fabricate.bat to invoke jlc_prepare_position.bat to produce XXX-cpl.csv final JLC placement file.

View File

@ -14,4 +14,7 @@ this using https://github.com/rusefi/rusefi or other repositories
.mod - PCB footprint prior to KiCad 4 (could be multiple footprints in one file)
.net is technically not a true source file since it's produced from .sch schematics but
InteractiveHtmlBOM likes to use these files as input. Open question how does InteractiveHtmlBOM use these .net files exactly?
InteractiveHtmlBOM likes to use these files as input. Open question how does InteractiveHtmlBOM use these .net files exactly?
[HOWTO JLC process](Fabrication/jlc_process.md)