FIX: remove logo from xlsx bom, remove erroneous text from foot_gen

script
This commit is contained in:
ac
2025-07-01 17:17:19 +10:00
parent 2f71a8fd94
commit 3fe352a27c
2 changed files with 0 additions and 8 deletions

View File

@@ -186,13 +186,7 @@ pcb.Add(dummy)
# Save and export step of board + mating connectors
SaveBoard("test/test.kicad_pcb", pcb)
<<<<<<< HEAD
final_model_path = sys.path[0] + "/../../libs/melon3d/" + foot_path + ".3dshapes/" + foot_name + ".wrl"
final_model_path_stp = sys.path[0] + "/../../libs/melon3d/" + foot_path + ".3dshapes/" + foot_name + ".stp"
os.system("kicad-cli pcb export vrml -f --units 'tenths' --user-origin " + str(ToMM(brd_cent.x)) + "x" + str(ToMM(brd_cent.y)) + "mm -o " + final_model_path + " test/test.kicad_pcb")
=======
final_model_path_stp = sys.path[0] + "/../../libs/melon3d/" + foot_path + ".3dshapes/" + foot_name + ".stp"
>>>>>>> dev
os.system("kicad-cli pcb export step -f --subst-models --user-origin " + str(ToMM(brd_cent.x)) + "x" + str(ToMM(brd_cent.y)) + "mm -o " + final_model_path_stp + " test/test.kicad_pcb")
# Generate footprint

View File

@@ -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"