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]] # 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]] # 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)) # kicad_mod.append(RectLine(start=start, end=end, layer='F.Silkscreen', width=0.05, offset=0.2))
# elif shape_type == pcbnew.SHAPE_T_CIRCLE: # elif shape_type == pcbnew.SHAPE_T_CIRCLE:
# start = [cent_mm[0], cent_mm[1] + size_mm[1]/2] # start = [cent_mm[0], cent_mm[1] + size_mm[1]/2]
# end = [start[0], start[1]] # end = [start[0], start[1]]

View File

@@ -103,8 +103,6 @@ outputs:
disable_run_by_default: _bom disable_run_by_default: _bom
options: options:
xlsx: xlsx:
# this is a relative path unfortunately
logo: ".gitlab/micromelon_default/meta/icon.png"
hide_pcb_info: true hide_pcb_info: true
hide_stats_info: true hide_stats_info: true
format: "XLSX" format: "XLSX"