reduce wheel radius

main
xenofem 2022-07-27 02:54:04 -04:00
parent ddf019831d
commit 1968179837
1 changed files with 1 additions and 1 deletions

View File

@ -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;