mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 08:19:36 +00:00
Fixed tetrahedron hinge angle.
This commit is contained in:
parent
21180e2c54
commit
22e2fe35c8
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ module folding_hinge_mask(l, thick, layerheight=0.2, foldangle=90, hingegap=unde
|
|||
// Example(Med):
|
||||
// size=100;
|
||||
// apply_folding_hinges_and_snaps(
|
||||
// thick=3, foldangle=54.74,
|
||||
// thick=3, foldangle=acos(1/3),
|
||||
// hinges=[
|
||||
// for (a=[0,120,240], b=[-size/2,size/4]) each [
|
||||
// [200, polar_to_xy(b,a), a+90]
|
||||
|
|
Loading…
Reference in a new issue