[kicad] More higher layer support

2023-02-21 Thread Liang Jia
Hi Dear KiCAD Group, We want to use KiCAD for our products, but we found one limitation which block us. The max copper layer is 32 now. but our products need more than 50 layers. I searched the group, there are not related information, so I start this conversation. I have two questions? 1. Why

[kicad] Re: More higher layer support

2023-02-22 Thread Liang Jia
Hi Stefan, Thanks for your reply. Our products are for chip tests. I already know the limitation for KiCAD and this ticket. I want to know if I try to add more layer support in KiCAD, which part of the source code should I pay attention to? bitset for LSET? SIncerely Liang On Wed, 22 Feb 2023

Re: [kicad] Re: More higher layer support

2023-02-26 Thread Liang Jia
s that require > more than 32 copper layers) so it may not make it into version 8. > > Cheers, > > Wayne > On 2/22/23 9:47 PM, Liang Jia wrote: > > Hi Stefan, > > Thanks for your reply. > Our products are for chip tests. > > I already know the limitation for KiC

Re: [kicad] Re: More higher layer support

2023-03-02 Thread Liang Jia
me is > here > https://gitlab.com/kicad/code/kicad/-/blob/master/pcbnew/plugins/kicad/pcb_plugin.cpp#L300 > > I hope this helps. > > Wayne > On 2/28/23 8:46 PM, Liang Jia wrote: > > Hi Wayne, > > Got it, thanks for your email. > You can find my patch from attachment, I a

[kicad] How to config ccache for kicad under windows

2024-05-07 Thread Liang Jia
Hi All, I'm trying to speed up kicad compile time with ccache under windows. I made a huge step with it, so I want to share my setting to the community. Before use ccache: the compile time in my env is 20~ minutes, After use ccache: the compile time reduces to 3~ minutes. Background: There are s

Re: [kicad] How to config ccache for kicad under windows

2024-05-07 Thread Liang Jia
s in theory now besides setting USE_CCACHE. > > On Tue, May 7, 2024 at 3:30 AM Liang Jia > wrote: > >> Hi All, >> >> I'm trying to speed up kicad compile time with ccache under windows. >> I made a huge step with it, so I want to share my setting to the >&