Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mryndzionek committed Oct 31, 2023
1 parent c8587b1 commit 9c644f4
Show file tree
Hide file tree
Showing 39 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
pip3 install --upgrade pip
pip3 install git+https://github.com/CadQuery/cq-cli.git
mkdir configs
mkdir output
python3 gen_configs.py
python3 gen_3dfiles.py
python3 gen_pngs.py
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*.dxf
configs/*.json
cq-cli/
output/
1 change: 1 addition & 0 deletions gen_pngs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ def adjust_name(fn):
gf.write("# Gallery\n\n")

for i, fn in enumerate(results):
fn = os.path.join("images", *os.path.split(fn)[1:])
gf.write("## {}\n".format(fn))
gf.write("![image_{}]({})\n\n".format(i, fn + ".png"))
Binary file removed output/atreus_18l_cnc.png
Binary file not shown.
Binary file removed output/atreus_18l_print.png
Binary file not shown.
Binary file removed output/atreus_18ls_cnc.png
Binary file not shown.
Binary file removed output/atreus_18ls_print.png
Binary file not shown.
Binary file removed output/atreus_204l_cnc.png
Binary file not shown.
Binary file removed output/atreus_204l_print.png
Binary file not shown.
Binary file removed output/atreus_204ls_cnc.png
Binary file not shown.
Binary file removed output/atreus_204ls_print.png
Binary file not shown.
Binary file removed output/atreus_32l_cnc.png
Binary file not shown.
Binary file removed output/atreus_32l_print.png
Binary file not shown.
Binary file removed output/atreus_32ls_cnc.png
Binary file not shown.
Binary file removed output/atreus_32ls_print.png
Binary file not shown.
Binary file removed output/atreus_40l_cnc.png
Binary file not shown.
Binary file removed output/atreus_40l_print.png
Binary file not shown.
Binary file removed output/atreus_40ls_cnc.png
Binary file not shown.
Binary file removed output/atreus_40ls_print.png
Binary file not shown.
Binary file removed output/atreus_44l_cnc.png
Binary file not shown.
Binary file removed output/atreus_44l_print.png
Binary file not shown.
Binary file removed output/atreus_44ls_cnc.png
Binary file not shown.
Binary file removed output/atreus_44ls_print.png
Binary file not shown.
Binary file removed output/atreus_48l_cnc.png
Binary file not shown.
Binary file removed output/atreus_48l_print.png
Binary file not shown.
Binary file removed output/atreus_48ls_cnc.png
Binary file not shown.
Binary file removed output/atreus_48ls_print.png
Binary file not shown.
Binary file removed output/atreus_52l_cnc.png
Binary file not shown.
Binary file removed output/atreus_52l_print.png
Diff not rendered.
Binary file removed output/atreus_52ls_cnc.png
Diff not rendered.
Binary file removed output/atreus_52ls_print.png
Diff not rendered.
Binary file removed output/atreus_58l_cnc.png
Diff not rendered.
Binary file removed output/atreus_58l_print.png
Diff not rendered.
Binary file removed output/atreus_58ls_cnc.png
Diff not rendered.
Binary file removed output/atreus_58ls_print.png
Diff not rendered.
Binary file removed output/atreus_70l_cnc.png
Diff not rendered.
Binary file removed output/atreus_70l_print.png
Diff not rendered.
Binary file removed output/atreus_70ls_cnc.png
Diff not rendered.
Binary file removed output/atreus_70ls_print.png
Diff not rendered.

0 comments on commit 9c644f4

Please sign in to comment.