Making changes to lomo screw with tests

This commit is contained in:
mmcwilliams 2018-02-26 23:58:40 -05:00
parent 2acb7f0dc6
commit 523206ca19
2 changed files with 280902 additions and 3 deletions

View File

@ -10,7 +10,7 @@ module base () {
}
module lomo_bottom_screw () {
base();
//base();
difference () {
//outer screw
translate([0, 0, -7.1]) metric_thread (diameter=10, pitch=1.5, length=27.1);
@ -26,9 +26,10 @@ module lomo_bottom_screw () {
difference() {
//color("green") import("C:\\Users\\mmcwilliams\\Documents\\3DPRINT\\lomo_bottom_screw_half.stl");
//color("blue") translate([36.9, -3.2, 0]) import("C:\\Users\\mmcwilliams\\Documents\\3DPRINT\\lomo_part.stl");
//translate([200, 0, 0])cube([400, 400, 400], center = true);
import("~/Downloads/lomo_part.stl");
//translate([200, 0, 0]) cube([400, 400, 400], center = true);
}
rotate([0, 0, t]) difference() {
lomo_bottom_screw();
//lomo_bottom_screw();
//translate([-100, 0, 0])cube([200, 200, 200], center = true);
}

File diff suppressed because it is too large Load Diff