adding checking3Dmodels plugin

This commit is contained in:
U-CAD\userC
2021-07-22 11:57:32 +02:00
parent df24f481f1
commit 8631dbcb66
5 changed files with 529 additions and 14 deletions

View File

@ -1,14 +1,16 @@
# pcbnew loads this folder as a package using import
# thus __init__.py (this file) is executed
# We import the plugin class here and register it to pcbnew
from . import AnnularChecker
from . import FabricationPositions
from . import MoveToLayer
from . import PcbToDxf
from . import Snap2Grid
# pcbnew loads this folder as a package using import
# thus __init__.py (this file) is executed
# We import the plugin class here and register it to pcbnew
from . import AnnularChecker
from . import FabricationPositions
from . import MoveToLayer
from . import PcbToDxf
from . import Snap2Grid
from . import checking3Dmodels