Narrowing Belt Gap R

### Description
The belt gap R is a little too wide allowing the belt to slip off of the carriage part.

### Proposed Changes
- change the cube on the bottom of the belt gap increasing the Y from 7.5 to 8 to make the belt gap more narrow (1.95mm gap)
This commit is contained in:
Chuck Burgess 2018-01-05 20:09:56 -07:00
parent 1472494fbf
commit dc12205bb8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module x_carriage_base()
union()
{
translate([2,26.9,0]) cube([10,6.2,15]);
translate([2,24-2.3-4.5,0]) cube([7.5,7.5,15]);
translate([2,24-2.3-4.5,0]) cube([7.5,7.8,15]);
translate([-0.5,27,0]) cube([8,7,2]);
}
translate([-3,25,5.5]) rotate([0,0,-40]) cube([5,5.5,10]);