enlarge wheel radius to avoid rubbing motor mount
[challenge-bot] / 3d-printables / wheel-data.scad
index 7288895df8fc0f9c3da636fa2b77084d05e5be8d..f186d85bbc7e4b8d3e1e69f19342dd1983714c41 100644 (file)
@@ -15,7 +15,8 @@ wheel_square_spoke_thickness = 2;
 wall_width = 3;
 
 wheel_width = 9;
-wheel_radius = sqrt(2 * pow(wheel_square_spoke_size / 2, 2)) + wall_width / 2;
+wheel_radius =
+  sqrt(2 * pow(wheel_square_spoke_size / 2, 2)) + wall_width / 2 + 1;
 
 motor_shaft_radius = 3.7;
 motor_shaft_flat_width = 4.8;
@@ -23,7 +24,7 @@ motor_shaft_flat_width = 4.8;
 tread_radius = 4 / 2;
 
 module mounting_screw_flat() {
-  circle(0.9); }
+  circle(1.1); }
 
 module motor_shaft_flat(radius, flat_width) {
   intersection() {