Skip to content

Commit

Permalink
reduced size to make holes line up with the single plate y-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Glauche committed Jul 25, 2013
1 parent 2c389bb commit db8feef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions box_frame/y-belt-holder.scad
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

include <configuration.scad>

module y_belt_holder(len=42) {
module y_belt_holder(len=40) {
y_delta = i_am_box == 0 ? -2.5 : xy_delta;
ybelt_hole_to_side = 5;
real_len = len + 2 * ybelt_hole_to_side;
Expand All @@ -25,8 +25,8 @@ module y_belt_holder(len=42) {
}
translate([-4.5 + y_delta, 0, real_len / 2]) cube([10, 10, 10], center = true);
translate([-11, 0, ybelt_hole_to_side + len]) {
translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20);
translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true);
# translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20);
# translate([8 + y_delta, 0, 0]) cube([10, 9, 9], center=true);
}
translate([-11, 0, ybelt_hole_to_side]) {
translate([screw_hole_z_offset,0,0]) rotate([0, -90, 0]) plate_screw(20);
Expand Down

0 comments on commit db8feef

Please sign in to comment.