Fix script to render new files, fix meta.json

This commit is contained in:
Matt McWilliams 2025-02-07 23:54:29 -05:00
parent 0958ced93e
commit 070c8f521c
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
}, },
"objects" : [ "objects" : [
{ {
"name" : "acme_peg_bar_full", "name" : "pegbar_acme",
"material" : "white_plastic" "material" : "white_plastic"
} }
], ],
@ -14,7 +14,7 @@
"README.md", "README.md",
"LICENSE", "LICENSE",
"scad.sh", "scad.sh",
"scad/acme_peg_bar.scad", "scad/pegbar.scad",
"scad/common/common.scad", "scad/common/common.scad",
"scad/common/c14n_stl.py", "scad/common/c14n_stl.py",
"scad/common/scad.sh" "scad/common/scad.sh"

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
bash scad/common/scad.sh scad/acme_peg_bar.scad "${@}" bash scad/common/scad.sh scad/pegbar.scad "${@}"