Making changes to lomo screw with tests
This commit is contained in:
parent
2acb7f0dc6
commit
523206ca19
|
@ -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
Loading…
Reference in New Issue