edits for comparison
This commit is contained in:
parent
453bd81492
commit
0ca7062958
|
@ -24,12 +24,11 @@ module lomo_bottom_screw () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
difference() {
|
difference() {
|
||||||
//color("green") import("C:\\Users\\mmcwilliams\\Documents\\3DPRINT\\lomo_bottom_screw_half.stl");
|
//color("green")
|
||||||
//color("blue") translate([36.9, -3.2, 0]) import("C:\\Users\\mmcwilliams\\Documents\\3DPRINT\\lomo_part.stl");
|
//import("~/Downloads/lomo_spindle_3_fixed.stl");
|
||||||
import("~/Downloads/lomo_spindle_3.stl");
|
|
||||||
//translate([200, 0, 0]) cube([400, 400, 400], center = true);
|
//translate([200, 0, 0]) cube([400, 400, 400], center = true);
|
||||||
}
|
}
|
||||||
rotate([0, 0, t]) difference() {
|
rotate([0, 0, t]) difference() {
|
||||||
//lomo_bottom_screw();
|
lomo_bottom_screw();
|
||||||
//translate([-100, 0, 0])cube([200, 200, 200], center = true);
|
translate([-100, 0, 0])cube([200, 200, 200], center = true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue