remove refdes2fab.py and this is a just a gloabal plugin for me
This commit is contained in:
parent
3e78d6beb5
commit
0d73e5171d
@ -1,9 +0,0 @@
|
||||
import pcbnew
|
||||
import sys
|
||||
|
||||
board = pcbnew.LoadBoard(sys.argv[1])
|
||||
for fp in board.GetFootprints():
|
||||
fp.Value().SetVisible(False)
|
||||
fp.Reference().SetLayer(board.GetLayerID('F.Fab'))
|
||||
|
||||
board.Save(sys.argv[1])
|
Loading…
Reference in New Issue
Block a user