1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 05:21:38 +02:00
This commit is contained in:
Justin Lin
2019-10-04 09:44:28 +08:00
parent 7ba82e0279
commit 6c15fc2fe0

View File

@@ -12,8 +12,13 @@ module cat_corner_protector(radius) {
rotate([45, -90, 0])
translate([0, 0, -radius])
intersection() {
crystal_ball(radius = radius, thickness = 1);
crystal_ball(
radius = radius,
theta = 360,
phi = 90,
thickness = 1
);
linear_extrude(radius * 1.5)
hull() {
translate([radius * 0.4, 0, 0])