diff --git a/.scripts/foot_gen.py b/.scripts/foot_gen.py index bae74b0..cf9ff2e 100644 --- a/.scripts/foot_gen.py +++ b/.scripts/foot_gen.py @@ -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]] diff --git a/configs/default.kibot.yaml b/configs/default.kibot.yaml index 8e4e607..80b02cc 100644 --- a/configs/default.kibot.yaml +++ b/configs/default.kibot.yaml @@ -103,8 +103,6 @@ outputs: disable_run_by_default: _bom options: xlsx: - # this is a relative path unfortunately - logo: ".gitlab/micromelon_default/meta/icon.png" hide_pcb_info: true hide_stats_info: true format: "XLSX"