first commit
This commit is contained in:
9
kicad/6.0/PyShell_pcbnew_startup.py
Normal file
9
kicad/6.0/PyShell_pcbnew_startup.py
Normal 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()
|
||||
Reference in New Issue
Block a user