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]]
|
# 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]]
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user