Compare commits
2 Commits
0289c495bd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
008354248b | ||
|
|
abbb01a8f3 |
@@ -16,8 +16,6 @@ p = 5;
|
|||||||
k = height/2;
|
k = height/2;
|
||||||
h = (d^2 - (height/2 - p)^2)/(2*d);
|
h = (d^2 - (height/2 - p)^2)/(2*d);
|
||||||
R = sqrt(pow(h,2)+pow((height/2)-p,2));
|
R = sqrt(pow(h,2)+pow((height/2)-p,2));
|
||||||
echo(R);
|
|
||||||
echo(h);
|
|
||||||
difference(){
|
difference(){
|
||||||
group(){
|
group(){
|
||||||
linear_extrude(height) group(){
|
linear_extrude(height) group(){
|
||||||
|
|||||||
Reference in New Issue
Block a user