From 1968179837af68bb6e378d33bbaabe00f57a4daa Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 27 Jul 2022 02:54:04 -0400 Subject: [PATCH] reduce wheel radius --- wheels.asy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheels.asy b/wheels.asy index e7c574b..04e5053 100644 --- a/wheels.asy +++ b/wheels.asy @@ -5,7 +5,7 @@ import "scaling.asy" as scaling; //path bread = (x,0){right}..{up}(width, height-y){up}..{left}(width-x, height){left}..{down}(0,y){down}..{right}cycle; -real outer_radius = height/2; +real outer_radius = height*0.42; real inner_radius = outer_radius*4/5; real center_radius = outer_radius/5; real axle_radius = center_radius/2;