jsreynaud / kicad-action-scripts

Some KiCad plugins in Python
GNU General Public License v3.0
250 stars 50 forks source link

add Blind via option #33

Closed lidiriel closed 3 years ago

lidiriel commented 3 years ago

Hi jsreynaud, I use your plugin in a professional project and i have modified the code to add blind/burried via between two layer like : ---- top ----||----- (net name A) ----- in2 ----||----- (net name A) ----- in3 ----||----- (net name A) ----- bot ----------- (net name B) here the vi go from top to in3 and connect net name A several layer. If you would you can add my code to your plugin. Regards