Adjust length of threaded core

This commit is contained in:
Matt McWilliams 2023-06-22 21:28:50 -04:00
parent eda6aa47cd
commit 0a122620f7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module threaded_core (pos = [0, 0, 0], format = "16mm") {
if (format == "16mm") {
union () {
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);
}
}
}