mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-01-17 21:48:43 +01:00
6mm screws added to the screw_longer_than() list.
This commit is contained in:
parent
1acc8d01c0
commit
f4857f6862
@ -47,6 +47,7 @@ function screw_head_depth(type, d = 0) = //! How far a counter sink
|
|||||||
: let(r = screw_radius(type)) screw_head_radius(type) - max(r, d / 2) + r / 5;
|
: let(r = screw_radius(type)) screw_head_radius(type) - max(r, d / 2) + r / 5;
|
||||||
|
|
||||||
function screw_longer_than(x) = x <= 5 ? 5 : //! Returns shortest screw length longer or equal to x
|
function screw_longer_than(x) = x <= 5 ? 5 : //! Returns shortest screw length longer or equal to x
|
||||||
|
x <= 6 ? 6 :
|
||||||
x <= 8 ? 8 :
|
x <= 8 ? 8 :
|
||||||
x <= 10 ? 10 :
|
x <= 10 ? 10 :
|
||||||
x <= 12 ? 12 :
|
x <= 12 ? 12 :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user