Skip to content
Snippets Groups Projects
Commit 8086cd13 authored by Benjamin Koch's avatar Benjamin Koch
Browse files

another price test with JLC PCBA

- place all components on the board without any regard to whether
  it makes sense
- generate gerbers, BOM and placement files
parent 65f95769
No related branches found
No related tags found
No related merge requests found
......@@ -195,3 +195,5 @@ TODO und weitere Gedanken:
- TVS für WS2811_IN/OUT
- Taster irgendwo nach oben, WS2811 nach rechts
- Tooling Holes and JLC part number
......@@ -58,3 +58,10 @@ auf RS485. Die Steuerung läuft im Keller auf einem Linux, z.B. auf vogon.
Anschlussklemmen: Es gibt leider kein Bild in richtig herum. Man kippe sie im Kopf um 90 Grad nach links-oben und die Kabel kommen dann von links-oben.
![Anschlussklemmen, auf der Seite liegend - danke LCSC](img/20230317_Cixi-Kefa-Elec-KF250T-5-0-2-13P_C976547_front.jpg)
Sonstiges
=========
- PCBA:
- https://support.jlcpcb.com/article/84-how-to-generate-the-bom-and-centroid-file-from-kicad
- change header line in CPL to: Designator,Val,Package,Mid X,Mid Y,Rotation,Layer
......@@ -56,7 +56,7 @@
<!-- for Muenchian grouping of footprint and value combination -->
<xsl:for-each select="comp[count(. | key('partTypeByValueAndFootprint', concat(footprint, '-', value))[1]) = 1]">
<xsl:sort select="@ref" />
<xsl:if test="not(fields/field[@name='DNP']/text() = '1') and not(fields/field[@name='DNP']/text() = 'PCBA') and not(libsource/@lib = 'Jumper' and starts-with(libsource/@part, 'SolderJumper_'))">
<xsl:if test="not(fields/field[@name='DNP']/text() = '1') and not(fields/field[@name='DNP']/text() = 'PCBA') and not(libsource/@lib = 'Jumper' and starts-with(libsource/@part, 'SolderJumper_')) and not(libsource/@lib = 'Device' and starts-with(libsource/@part, 'NetTie_'))">
<xsl:text>&nl;</xsl:text>
<xsl:text>"</xsl:text><xsl:value-of select="value"/><xsl:text>","</xsl:text>
<!-- list of all references -->
......
No preview for this file type
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment