]> www.fi.muni.cz Git - things.git/blobdiff - kuldova.scad
switch holder.scad
[things.git] / kuldova.scad
index a0c6ba566ebd57c69eae8cfeeb21c61265baf9c6..73e1f61889ba1bce2a8b2a5488fafa45519a7ec5 100644 (file)
@@ -59,12 +59,12 @@ module plaketa() {
 step_x = 2*(40+1)*cos(55);
 step_y = 2*(40+1)*sin(55);
 
-for (x = [0:3]) for (y = [0:2]) {
+for (x = [0:2]) for (y = [0:1]) {
        translate([step_x*x, step_y*y, 0])
                plaketa();
 }
 
-for (x = [0:2]) for (y = [0:1]) {
+for (x = [0:1]) for (y = [0:1]) {
        translate([step_x*x+step_x/2, step_y*y+step_y/2, 0])
                plaketa();
 }