Clifford Wolf:

Changed example022.scad indenting to use the same
	indenting style as the other examples



git-svn-id: http://svn.clifford.at/openscad/trunk@474 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
clifford 2010-03-02 06:22:21 +00:00
parent 108f050891
commit bd964ba98b
1 changed files with 28 additions and 27 deletions

View File

@ -33,3 +33,4 @@ module roundedBox(size, radius, sidesonly)
translate([-15,0,0])roundedBox([20,30,40], 5, true);
translate([15,0,0]) roundedBox([20,30,40], 5, false);