some scad updates, minor
authorMartin Rice <mrice411@gmail.com>
Sat, 11 Oct 2014 23:09:17 +0000 (19:09 -0400)
committerMartin Rice <mrice411@gmail.com>
Sat, 11 Oct 2014 23:09:17 +0000 (19:09 -0400)
scad/bearing.scad
scad/belt-guide-624.scad
scad/x-end-motor.scad
scad/x-end.scad

index e5d95fa..4574c87 100644 (file)
@@ -66,7 +66,7 @@ module vertical_bearing_base(){
  cylinder(h = 58, r=bearing_size/2, $fn = 90);
 }
 
-bearing_cut_extra = 0.425; // this 0.425 added to compensate for slicer error.
+bearing_cut_extra = 0.15; // padding so it's not too tight
 
 module vertical_bearing_holes(){
   #translate(v=[0,0,-4]) cylinder(h = 61, r=bearing_diameter/2 + bearing_cut_extra, $fn = 60);
index f402127..96b65e9 100644 (file)
@@ -6,7 +6,7 @@ layer_height = 0.3;
 hotend_width = 0.5;
 
 wall= hotend_width*3;
-clearence= hotend_width/2; 
+clearence= hotend_width/2 - 0.05
 
 // for 624 bearings:
 bearing_d = 13;
index 79fdf88..47471e9 100644 (file)
@@ -112,5 +112,5 @@ module x_end_motor(){
   x_end_motor_holes();
  }
 }
-
+rotate([0,0,180])
 x_end_motor();
\ No newline at end of file
index 764041c..48b4abc 100644 (file)
@@ -8,7 +8,7 @@
 use <bearing.scad>
 
 rod_distance = 45;
-pushfit_d = 8.6;
+pushfit_d = 8.15;
 hex_nut_r = 4.75;
 
 module x_end_base(){