Minor Bike Shed Improvement: command line gerber export? #24

This commit is contained in:
rusefillc 2021-04-16 09:11:30 -04:00
parent 4cac07618c
commit 947829b3d6
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#
# https://electronics.stackexchange.com/questions/390135/command-line-interface-for-kicad
#
# Load board and initialize plot controller
board = pcbnew.LoadBoard("hellen121vag.kicad_pcb")
pc = pcbnew.PLOT_CONTROLLER(board)