refdes2fab moved to KiCad plugin

This commit is contained in:
King Kévin 2023-10-15 07:38:00 +02:00
parent b29f7b41ae
commit 464395a270
1 changed files with 0 additions and 9 deletions

View File

@ -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])