Lomo spindle bottom, ready to rock

This commit is contained in:
mmcwilliams 2018-03-05 15:20:18 -05:00
parent cebe5d2310
commit 34f7fb2836
4 changed files with 527174 additions and 2 deletions

View File

@ -53,7 +53,7 @@ module outer_screw (LEN) {
} }
} }
module lomo_bottom_screw (ALT = false, HEX = false) { module lomo_spindle_bottom (ALT = false, HEX = false) {
OD = 13.6 + .5; OD = 13.6 + .5;
PITCH = 1.5; PITCH = 1.5;
THREAD = 1.6; THREAD = 1.6;
@ -85,6 +85,6 @@ module lomo_bottom_screw (ALT = false, HEX = false) {
} }
translate([0, 0, 29]) rotate([0, 0, t]) lomo_bottom_screw(); translate([0, 0, 29]) rotate([0, 0, t]) lomo_spindle_bottom();

File diff suppressed because it is too large Load Diff