Removed redundant slop offset for XY sled rack.

This commit is contained in:
Revar Desmera
2015-11-01 14:22:46 -08:00
parent 4cb260c615
commit 4adc0dcc3c
5 changed files with 5819 additions and 4414 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -10909,12 +10909,12 @@ solid Model
outer loop
vertex 50 -46.65 7
vertex 51.1547 -46.65 7
vertex 60 -46.65 7
vertex 58.8453 -46.65 7
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 51.1547 -46.65 7
vertex 50 -46.65 7
vertex 58.8453 -46.65 7
vertex 60 -46.65 7
endloop

View File

File diff suppressed because it is too large Load Diff

View File

@@ -67,6 +67,11 @@ module drive_gear() {
}
}
// chamfer bottom of shaft hole.
down(rack_height/2+10) {
cylinder(h=4, d1=shaft+3, d2=shaft-1, center=true);
}
right(motor_shaft_size/2+1.5) {
down(rack_height/2+gear_base/2) {
yrot(90) {

View File

@@ -68,7 +68,7 @@ module xy_sled()
// Drive rack
rack_module = rack_tooth_size / 3.1415926535;
rack_pcd = gear_teeth * rack_module;
left(rack_pcd/2+printer_slop) {
left(rack_pcd/2) {
up(platform_thick+rack_base+rack_height/2) {
difference() {
zrot(-90) herringbone_rack(l=platform_length, h=rack_height+0.1, w=10, tooth_size=rack_tooth_size);