Salvador E. Tropea
Salvador E. Tropea
Try "Inner.N", as an example I use: > - layer: Inner.1 > suffix: GND_Cu > - layer: Inner.2 > suffix: Power_Cu Looking at the code N can be any number:...
> With kiplot, the setting is 'tent_vias: [BOOLEAN]', so it's kind of a logical inversion of the PCBNew setting. This is the only place where I feel the kiplot setting...
Is almost ready in this branch: https://github.com/INTI-CMNB/kiplot/tree/drc_errors Will merge tomorrow.
* ```filter``` is a user-defined string. Yes, and is just a comment for documentation purposes. * ```number``` What is this? the Error type?. Yes is the error type. * ```regex```...
> Thank you, this feature is going to be really useful. :-) > I am thinking here that the way the error is being described does not look complete yet....
> The current output is this: > > ``` > - Running the DRC > ``` > > Maybe it is good to show to the user the filter message...
> Cool, thanks. I know a little bit of regexp, so my question was more related to know how you are applying it. Are you applying it in the whole...
Hi @leoheck! Now the filters are parsed using the "Optionable" class, this class enables aliases. So now your propposed key names are aliases for the original ones.
Hi @Drinausaur ! Take a look at my fork: https://github.com/INTI-CMNB/kiplot It supports the KiCad names and the legacy names used in the original code.
This fork implements the DRC: https://github.com/INTI-CMNB/kiplot