We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70c58f commit d45c0ebCopy full SHA for d45c0eb
3 files changed
openscad/Ikea-Repair/IkeaParts.scad
@@ -10,5 +10,5 @@ module ilt(tw=50, tel=550, th=450, bel=50){
10
for(x=[0,bd])for(y=[0,bd])translate([x,y,0])cube([bel,bel,bh]);
11
}
12
13
-rotate([45,0,0]) ivarPin();
+rotate([0,0,0]) ivarPin();
14
//color("grey")ilt();
0 commit comments