We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a877073 commit 0c51dd9Copy full SHA for 0c51dd9
1 file changed
openscad/Ikea-Repair/IkeaParts.scad
@@ -0,0 +1,10 @@
1
+$fn=360;
2
+
3
+module ivarPin() {
4
+ //ivar shelf pin
5
+ ivarPinD=6;
6
+ ivarPinH=40;
7
+ cylinder(h=ivarPinH, d=ivarPinD);
8
+}
9
10
+rotate([45,0,0]) ivarPin();
0 commit comments