testers
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Wed, 12 Feb 2025 02:58:12 +0000 (03:58 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Wed, 12 Feb 2025 02:58:12 +0000 (03:58 +0100)
openscad/planter_modular_c.scad

index 9398c1f871b26d9300f74f7ae07fbee48b7ebd02..bb3ea542793b63376b755e4c33397b964dd5c86b 100644 (file)
@@ -103,5 +103,6 @@ module mold_final(units=1) {
 
 //!cavity2();
 //!planter2(n=1);
-//for(i = [0:1:2]) translate([0,0,i*15.1]) planter2(n=3-i);
+//for(i = [0:1:2]) translate([0,0,i*15.1]) planter2(n=3-i); //pyramid stack
+//for(i = [0:1:2]) translate([i*23,0,0]) planter2(n=i); //testers
 mold_final(1);
This page took 0.131923 seconds and 4 git commands to generate.