mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2026-01-19 13:49:33 +00:00
Merge pull request #1881 from pelletjl/knuckle_hinge
fix for knuckle_hinge using both in_place and knuckle_clearance
This commit is contained in:
commit
c528d98639
1 changed files with 1 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ module knuckle_hinge(length, segs, offset, inner=false, arm_height=0, arm_angle=
|
|||
union(){}
|
||||
}
|
||||
}
|
||||
default_tag("keep", do_tag=in_place != false && knuckle_clearance)
|
||||
attachable(anchor,spin,orient,
|
||||
size=[length,
|
||||
arm_height+offset/tan(arm_angle)+knuckle_diam/2+knuckle_diam/2/sin(arm_angle),
|
||||
|
|
|
|||
Loading…
Reference in a new issue