FIX: remove logo from xlsx bom, remove erroneous text from foot_gen
script
This commit is contained in:
@@ -186,13 +186,7 @@ pcb.Add(dummy)
|
|||||||
|
|
||||||
# Save and export step of board + mating connectors
|
# Save and export step of board + mating connectors
|
||||||
SaveBoard("test/test.kicad_pcb", pcb)
|
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"
|
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")
|
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
|
# Generate footprint
|
||||||
|
|||||||
@@ -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