Discrepancy between settings used and JLCPCB FAQ
See original GitHub issueOn this page https://support.jlcpcb.com/article/194-how-to-generate-gerber-and-drill-files-in-kicad-6, the needed and/or recommended settings are shown.
It looks like what the script fabrication.py is using does not fully match the settings from the JLCPCB FAQ !
For example, popt.SetSubtractMaskFromSilk(False)
while JLCPCB recommands true
.
Or popt.SetUseGerberProtelExtensions(False)
where JLCPB recommands true
.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Instructions for ordering - JLCPCB: Help & Support
Instructions for PCB orders ... To do solder-resistance bridges, usually, the spacing between the pads /pins needs to be 0.254 mm at least,...
Read more >3D Printing FAQs - JLCPCB: Help & Support
3D Printing FAQs. 1. What is the difference between all those materials? which material is suitable for my project?
Read more >PCB Assembly FAQs - JLCPCB: Help & Support
1. What does your quoted price include? The PCB assembly price including: Setup fee: $8.00 Stencil: $1.50 SMT Assembly: $0.0017 per joint ...
Read more >PCB Assembly FAQs (Part 2) - JLCPCB: Help & Support
1. Does the red dot means pin 1 in the placement previewer? Generally, we do not call the red dot pin 1, but...
Read more >How to generate Gerber and Drill files in KiCad 6 - JLCPCB
All the steps are tested in KiCad 6.0.2, there may be some minor differences if you use other KiCad versions. Generate Gerbers. Important,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You’re right 😄
Will do that in my lunch break …
I agree, this “Protel” extension is out-dated and probably, JLCPCB will change over the new, or they’ve already done it but forgot to update the FAQ.
Since all your PCBs came just fine, don’t lose time with search other option. The one with
SetSubtractMaskFromSilk
is a good idea to change… but leave the rest as it is.“Never change a running system” 😉