vroland / epdiy-hardware

Hardware design files for EPDiy: https://github.com/vroland/epdiy.
Creative Commons Attribution Share Alike 4.0 International
45 stars 11 forks source link

v7 on JLCPCB: "designators don't exist in the BOM file." #16

Closed BackSlasher closed 2 months ago

BackSlasher commented 2 months ago

image

Trying to order a built v7.

I went to the hardware page, then chose JLCPCB.

Uploaded epdiy-v7-gerbers.zip, then on the next stage epdiy-v7_BoM.csv and epdiy-v7_pos_jlcpcb.csv. Attached them here in case it helps.

epdiy-v7-gerbers.zip epdiy-v7_BoM.csv epdiy-v7_pos_jlcpcb.csv

The dialog complains about J2,J3,J5,J6,J7 existing in the placement file but not in the BoM file, and as far as I can see it's correct. From the placement file:

"J2","EXTENSION_HEADER","PinHeader_1x13_P2.54mm_Vertical",31.875000,-11.300000,90.000000,top
"J3","USB_HDR","PinHeader_1x02_P2.54mm_Vertical",27.100000,-20.375000,180.000000,top
"J4","XF2M-3315-1A","CONN_ED097OC4",106.800000,-17.216750,0.000000,top
"J5","CONN_BAT","PinHeader_1x02_P2.54mm_Vertical",27.350000,-49.275000,0.000000,top
"J6","8BIT_HEADER","PinHeader_1x10_P2.54mm_Vertical",122.936000,-50.800000,180.000000,top
"J7","ESP_HDR","PinHeader_1x12_P2.54mm_Vertical",66.000000,-11.300000,90.000000,top

The BoM includes only J1,J4:

"USB_C_Receptacle_USB2.0","J1","Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12","C165948"
"XF2M-3315-1A","J4","epaper-breakout:CONN_ED097OC4","C231420"

I couldn't find the missing pieces in the BoM by name, so they seem to me like they're indeed missing from the BoM. Am I missing something? Thank you for the help and for this project!

martinberlin commented 2 months ago

@BackSlasher moving this to the right repository since the other one is only for the firmware. Will take a look this weekend to see what is missing there

martinberlin commented 2 months ago

This was already reported on #14 It seems those J* parts are Jumpers that indeed do not represent a part in the BOM. Could be since the BOM and CPL is autogenerated and we forgot to select in KiCad “Do not export to BOM” @vroland I will take a look at it tomorrow