mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 11:14:17 +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);
|
inner_sphere_r = outer_sphere_r * sin(a);
|
||||||
|
|
||||||
intersection() {
|
intersection() {
|
||||||
translate([0, 0, outer_sphere_r]) difference() {
|
translate([0, 0, outer_sphere_r])
|
||||||
|
difference() {
|
||||||
sphere(outer_sphere_r);
|
sphere(outer_sphere_r);
|
||||||
sphere(outer_sphere_r / 2 + inner_sphere_r / 2);
|
sphere(outer_sphere_r / 2 + inner_sphere_r / 2);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user