remove qr size and height override
authordaniel watson <ozzloy@gmail.com>
Tue, 29 Jul 2014 08:32:29 +0000 (01:32 -0700)
committerdaniel watson <ozzloy@gmail.com>
Tue, 29 Jul 2014 08:32:29 +0000 (01:32 -0700)
3d-printables/wheel.scad

index 02dc054cec6297a1587047001d787f298560ba38..bfe5640df7fd7a620666975675a7f3706e1db184 100644 (file)
@@ -111,8 +111,6 @@ module wheel_solid(radius,
     rim(radius, wall_width, width);
     translate([0, 0, width / 2]){
       tread(radius, tread_radius);}}
-  qr_size = 54;
-  qr_height = 2;
   linear_extrude(height = qr_height){
     difference (){
       square(qr_size, center = true);