Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
Modified the screw depth on two of the screw holes. This means needing
16mm screws instead of being able to use 12mm. However, the part is
designed for 16mm screws for all 4 holes.
  • Loading branch information
Jaydmdigital committed Apr 15, 2014
1 parent 94c1458 commit 340a834
Show file tree
Hide file tree
Showing 3 changed files with 19,942 additions and 22,462 deletions.
4 changes: 2 additions & 2 deletions carriage with belt.scad
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ module carriage() {
}
// Screws for linear slider.
for (x = [-10, 10]) for (y = [-15, 15]) translate([x, y, thickness]) cylinder(r=m3_radius, h=30, center=true);
translate([10, -15,8/2+thickness ]) cylinder(r=m3_nut_radius, h=8, center=true);
translate([10, 15,8/2+thickness ]) cylinder(r=m3_nut_radius, h=8, center=true);
translate([10, -15, 8/2+thickness+4 ]) cylinder(r=m3_nut_radius, h=8, center=true);
translate([10, 15, 8/2+thickness+4 ]) cylinder(r=m3_nut_radius, h=8, center=true);

// Screws for ball joints.
translate([0, 0, horn_thickness/2]) rotate([0, 90, 0])
Expand Down
Loading

0 comments on commit 340a834

Please sign in to comment.