mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 14:04:53 +02:00
refactor
This commit is contained in:
@@ -12,7 +12,12 @@ module cat_corner_protector(radius) {
|
|||||||
rotate([45, -90, 0])
|
rotate([45, -90, 0])
|
||||||
translate([0, 0, -radius])
|
translate([0, 0, -radius])
|
||||||
intersection() {
|
intersection() {
|
||||||
crystal_ball(radius = radius, thickness = 1);
|
crystal_ball(
|
||||||
|
radius = radius,
|
||||||
|
theta = 360,
|
||||||
|
phi = 90,
|
||||||
|
thickness = 1
|
||||||
|
);
|
||||||
|
|
||||||
linear_extrude(radius * 1.5)
|
linear_extrude(radius * 1.5)
|
||||||
hull() {
|
hull() {
|
||||||
|
Reference in New Issue
Block a user