Remove logo from xlsx bom

This commit is contained in:
ac
2025-07-01 17:26:01 +10:00
parent 191ef7db66
commit e39c3af4f9
2 changed files with 1 additions and 2 deletions

View File

@@ -258,6 +258,7 @@ for [foot, pad_map] in sorted_foots:
# start = [cent_mm[0] - size_mm[0], cent_mm[1] - size_mm[1]]
# end = [cent_mm[0] + size_mm[0], cent_mm[1] + size_mm[1]]
# kicad_mod.append(RectLine(start=start, end=end, layer='F.Silkscreen', width=0.05, offset=0.2))
# elif shape_type == pcbnew.SHAPE_T_CIRCLE:
# start = [cent_mm[0], cent_mm[1] + size_mm[1]/2]
# end = [start[0], start[1]]