mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
format
This commit is contained in:
@@ -15,7 +15,8 @@ module stereographic_extrude(shadow_side_leng) {
|
||||
inner_sphere_r = outer_sphere_r * sin(a);
|
||||
|
||||
intersection() {
|
||||
translate([0, 0, outer_sphere_r]) difference() {
|
||||
translate([0, 0, outer_sphere_r])
|
||||
difference() {
|
||||
sphere(outer_sphere_r);
|
||||
sphere(outer_sphere_r / 2 + inner_sphere_r / 2);
|
||||
|
||||
|
Reference in New Issue
Block a user