some test kicad plugins

This commit is contained in:
2021-06-22 10:51:43 -06:00
parent 410b849986
commit 23adee0e72
13 changed files with 228 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .FabOutputs import FabOutputs
from .AsyOutputs import AsyOutputs
FabOutputs().register() # Instantiate and register to Pcbnew
AsyOutputs().register() # Instantiate and register to Pcbnew