Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
factoryjp committed Sep 8, 2023
1 parent 5dd6b89 commit 5067460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openscad_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Clean up directory (Only keep STL and WebP files)
run: |
find . -type f ! -name "*.stl" ! -name "*.webp" -delete
find . \( -name .git -prune \) -o \( ! -name "*.webp" ! -name "*.stl" -exec rm -rf {} \; \)
- name: Deploy to GitHub Pages
run: |
Expand Down
1 change: 0 additions & 1 deletion chocv1_08u/test1.scad
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// https://qiita.com/zk_phi/items/ab99315ebaef66e84aa0
// https://bebebe.hatenablog.jp/entry/2019/06/04/232501


$fs = 0.1;

module rounded_cube (size, r) {
Expand Down

0 comments on commit 5067460

Please sign in to comment.