Print new threads

This commit is contained in:
mmcw-dev 2018-03-02 12:56:46 -05:00
parent 3cda00d4cd
commit b3baa7a40d
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@ module lomo_top_screw () {
cylinder(r1 = 16/ 2, r2 = 13 / 2, h = 54.5, $fn = 100);
}
//screw
translate([0, 0, -36]) metric_thread (diameter=13.8, pitch=1.5, length=20.5);
translate([0, 0, -36]) metric_thread (diameter=13.6, pitch=1.5,thread_size = 1.6, length = 21);
}
rotate([0, 0, t]) lomo_top_screw();
//rotate([0, 0, t]) lomo_top_screw();
metric_thread (diameter=13.6, pitch=1.5,thread_size = 1.6, length = 21);