Skip to content

Commit 49ab2af

Browse files
committed
Added holes for carriage bolt heads
1 parent 240859d commit 49ab2af

File tree

5 files changed

+6518
-15839
lines changed

5 files changed

+6518
-15839
lines changed

carriage.scad

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ module carriage() {
6868
cylinder(r=m3_wide_radius, h=30, center=true, $fn=12);
6969

7070

71-
72-
translate([22, -22, thickness-10])
73-
cylinder(r=m5_nut_radius, h=8, center=true, $fn=12);
74-
translate([-22, 22, thickness-10])
75-
cylinder(r=m5_nut_radius, h=8, center=true, $fn=12);
76-
translate([22, 22, thickness-10])
77-
cylinder(r=m5_nut_radius, h=8, center=true, $fn=12);
78-
translate([-22, -22, thickness-10])
79-
cylinder(r=m5_nut_radius, h=8, center=true, $fn=12);
71+
72+
translate([22, -22, thickness])
73+
cylinder(r=m5_head_radius, h=30, center=true, $fn=12);
74+
translate([-22, 22, thickness])
75+
cylinder(r=m5_head_radius, h=30, center=true, $fn=12);
76+
translate([22, 22, thickness])
77+
cylinder(r=m5_head_radius, h=30, center=true, $fn=12);
78+
translate([-22, -22, thickness])
79+
cylinder(r=m5_head_radius, h=30, center=true, $fn=12);
8080

8181
// Screws for ball joints.
8282
translate([0, 16, horn_thickness/2]) rotate([0, 90, 0]) #

0 commit comments

Comments
 (0)