Adjust length of threaded core
This commit is contained in:
parent
eda6aa47cd
commit
0a122620f7
|
@ -21,7 +21,7 @@ module threaded_core (pos = [0, 0, 0], format = "16mm") {
|
||||||
if (format == "16mm") {
|
if (format == "16mm") {
|
||||||
union () {
|
union () {
|
||||||
cylinder(r = R(Core16mm), h = 6, center = true);
|
cylinder(r = R(Core16mm), h = 6, center = true);
|
||||||
thread_16mm([0, 0, 0], length = 11, chamfer = true);
|
thread_16mm([0, 0, 1.5], length = 14, chamfer = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue