mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 22:09:12 +02:00
remove #
This commit is contained in:
@@ -23,7 +23,7 @@ module stereographic_extrude(shadow_side_leng, convexity = 1) {
|
|||||||
sphere(outer_sphere_r);
|
sphere(outer_sphere_r);
|
||||||
sphere((outer_sphere_r + inner_sphere_r) / 2);
|
sphere((outer_sphere_r + inner_sphere_r) / 2);
|
||||||
|
|
||||||
#translate([0, 0, outer_sphere_r / 2])
|
translate([0, 0, outer_sphere_r / 2])
|
||||||
linear_extrude(outer_sphere_r)
|
linear_extrude(outer_sphere_r)
|
||||||
circle(inner_sphere_r / 2);
|
circle(inner_sphere_r / 2);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user