Merge pull request #447 from revarbat/revarbat_dev

Fix for empty commit in workflow.
This commit is contained in:
Revar Desmera 2021-02-26 18:15:27 -08:00 committed by GitHub
commit 3356cb3b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -41,8 +41,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add --all
git commit -m "Wiki docs auto-regen."
git push
git commit -m "Wiki docs auto-regen." && git push || true
- name: Bump Release Version
run: |
@ -51,6 +50,5 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add version.scad
git commit -m "Bump release version."
git push
git commit -m "Bump release version." && git push || true

View file

@ -1209,7 +1209,7 @@ module worm(
// worm_gear(pitch=5, teeth=36, worm_diam=30, worm_starts=4);
// Example: Metric Worm Gear
// worm_gear(mod=2, teeth=32, worm_diam=30, worm_starts=1);
// Example(Anim,Frames=4,FrameMS=125,VPD=225,VPT=[-15,0,0]): Meshing Worm and Gear
// Example(Anim,Frames=4,FrameMS=125,VPD=220,VPT=[-15,0,0]): Meshing Worm and Gear
// $fn=36;
// pitch = 5; starts = 4;
// worm_diam = 30; worm_length = 50;