Remove logo from xlsx bom
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user