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:
parent
1472494fbf
commit
dc12205bb8
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue