thickness prototype 1
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.stl
|
||||||
12
HairDryerHolder.scad
Normal file
12
HairDryerHolder.scad
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
$fn = 50;
|
||||||
|
height = 20;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
difference() {
|
||||||
|
cylinder(height, 50, 50);
|
||||||
|
cylinder(height, 40, 40);
|
||||||
|
translate([30,0,height/2]) cube([50,20,height], center = true);
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user