removed echos
This commit is contained in:
@@ -16,8 +16,6 @@ p = 5;
|
||||
k = height/2;
|
||||
h = (d^2 - (height/2 - p)^2)/(2*d);
|
||||
R = sqrt(pow(h,2)+pow((height/2)-p,2));
|
||||
echo(R);
|
||||
echo(h);
|
||||
difference(){
|
||||
group(){
|
||||
linear_extrude(height) group(){
|
||||
|
||||
Reference in New Issue
Block a user