Add old earring file
This commit is contained in:
parent
9d23fc00bd
commit
c0e8bda186
|
@ -0,0 +1,14 @@
|
||||||
|
use <lib/smooth_prim.scad>
|
||||||
|
|
||||||
|
HEIGHT=10; // mm
|
||||||
|
WIDTH=10; // mm
|
||||||
|
LOBE_THICKNESS = 6; // mm
|
||||||
|
THICKNESS=(WIDTH-LOBE_THICKNESS)/2; // mm
|
||||||
|
|
||||||
|
|
||||||
|
difference() {
|
||||||
|
SmoothHollowCube(HEIGHT, THICKNESS, 0);
|
||||||
|
translate([2,0,0]) {
|
||||||
|
SmoothWall(LOBE_THICKNESS, HEIGHT+2, THICKNESS);
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue