compare to half model

This commit is contained in:
mmcwilliams 2018-02-27 23:18:09 -05:00
parent 807eca36e7
commit 648c1a2eda
1 changed files with 5 additions and 4 deletions

View File

@ -13,7 +13,7 @@ module lomo_bottom_screw () {
//base();
difference () {
//outer screw
translate([0, 0, -7.1]) metric_thread (diameter=10, pitch=1.5, length=27.1);
translate([0, 0, -7.1]) metric_thread (diameter=10, pitch=1.5,thread_size = 1.6, length=27.1);
//taper top of screw
translate([0, 0, 19]) difference() {
cylinder(r = 8, h = 3.5, center = true, $fn = 100);
@ -25,10 +25,11 @@ module lomo_bottom_screw () {
}
difference() {
//color("green")
//import("~/Downloads/lomo_spindle_3_fixed.stl");
//translate([37, -3.5, 0]) import("./lomo_part_fixed.stl");
import("./lomo_part_half.stl");
//translate([200, 0, 0]) cube([400, 400, 400], center = true);
}
rotate([0, 0, t]) difference() {
lomo_bottom_screw();
translate([-100, 0, 0])cube([200, 200, 200], center = true);
color("green") lomo_bottom_screw();
//translate([-100, 0, 0])cube([200, 200, 200], center = true);
}