first commit

This commit is contained in:
klein panic
2024-09-29 01:05:25 -04:00
commit 2bcc806b8b
670 changed files with 96169 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
### DEFAULT STARTUP FILE FOR KiCad Python Shell
# Enter any Python code you would like to execute when the PCBNEW python shell first runs.
# For example, uncomment the following lines to import the current board
# import pcbnew
# import eeschema
# board = pcbnew.GetBoard()
# sch = eeschema.GetSchematic()