Merge bubbapizza/master into master (#6)
This commit is contained in:
commit
4a71170f4b
|
@ -96,7 +96,7 @@ METRIC_NUT_THICKNESS =
|
||||||
29.00//m36
|
29.00//m36
|
||||||
];
|
];
|
||||||
|
|
||||||
COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS =
|
COARSE_THREAD_METRIC_BOLT_MAJOR_DIAMETERS =
|
||||||
[//based on max values
|
[//based on max values
|
||||||
-1, //0 index is not used but reduces computation
|
-1, //0 index is not used but reduces computation
|
||||||
-1,
|
-1,
|
||||||
|
@ -201,7 +201,7 @@ module nutHole(size, units=MM, tolerance = +0.0001, proj = -1)
|
||||||
|
|
||||||
module boltHole(size, units=MM, length, tolerance = +0.0001, proj = -1)
|
module boltHole(size, units=MM, length, tolerance = +0.0001, proj = -1)
|
||||||
{
|
{
|
||||||
radius = COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS[size]/2+tolerance;
|
radius = COARSE_THREAD_METRIC_BOLT_MAJOR_DIAMETERS[size]/2+tolerance;
|
||||||
capHeight = size+tolerance;
|
capHeight = size+tolerance;
|
||||||
capRadius = METRIC_BOLT_CAP_DIAMETERS[size]/2+tolerance;
|
capRadius = METRIC_BOLT_CAP_DIAMETERS[size]/2+tolerance;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue