Skip to content

Commit 0c51dd9

Browse files
authored
Add ivarPin module for shelf pin in IkeaParts.scad
1 parent a877073 commit 0c51dd9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)