You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KiCad doesn't support stackups with multiple prepregs without copper between them. Altium Designer doesn't have this problem. E.g. jlcpcb_8L_1.6mm_outer1oz_inner1oz_JLC081611-2116.kicad_pcb contains the following definitions:
Thanks for the report. This should be pretty easy to fix by combining the alike dielectric layers together. I'll take a look at the code and make some changes.
KiCad doesn't support stackups with multiple prepregs without copper between them. Altium Designer doesn't have this problem. E.g. jlcpcb_8L_1.6mm_outer1oz_inner1oz_JLC081611-2116.kicad_pcb contains the following definitions:
"dielectric 4" will be skipped during import of the stackup, so the total thickness isn't calculated properly.
KiCad's behaviour is well documented, this is not a KiCad bug. Possibly future versions will allow sequences of multiple non-copper layers.
Tested with KiCad 9.0.0, release build.
The text was updated successfully, but these errors were encountered: