minor patches

This commit is contained in:
Tonton Th
2025-01-02 03:34:16 +01:00
parent 13838b582e
commit 239362c942
5 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ difference {
#declare foo = 0;
#while (foo < 360)
#local R = 2.2;
#local R = 2.35;
#declare xx = sin(radians(foo))*R;
#declare yy = cos(radians(foo))*R;