Double up the internal threading of the lomo_bottom screw

This commit is contained in:
mmcwilliams 2018-03-04 19:05:18 -05:00
parent 3a4a798469
commit 2b088cb35e
1 changed files with 9 additions and 2 deletions

View File

@ -27,8 +27,11 @@ module lomo_bottom_screw () {
//negative plug (reference)
//translate([0, 0, -20]) cylinder(r = 12 / 2, h = 20, center = true, $fn = FINE);
translate([0, 0, -30]) metric_thread (diameter=13.6, pitch=1.5 ,thread_size = 1.6, length = 20);
}
translate([0, 0, -30]) {
metric_thread (diameter=13.6 + .5, pitch=1.5, thread_size = 1.6, length = 20);
translate([0, 0, 0.25]) metric_thread (diameter=13.6 + .5, pitch=1.5, thread_size = 1.6, length = 20);
}
}
difference () {
//outer screw
@ -57,4 +60,8 @@ translate([0, 0, -20]) rotate([0, 0, t]) difference() {
//translate([-100, 0, 0])cube([200, 200, 200], center = true);
}
translate([0, 0, -30]) {
//metric_thread (diameter=13.6, pitch=1.5 ,thread_size = 1.6, length = 20);
}