chiark / gitweb /
sewing-table: RoundCorner rework: move Demo (still works)
[reprap-play.git] / sewing-table.scad.m4
index 9a091699d37c244106368363f463faf8f903cd3c..ceea8b573836240ab90bdee447d8b845ff76ad05 100644 (file)
@@ -819,7 +819,7 @@ module RoundCornerDemo_plat(cnr){
 }
 
 module RoundCornerDemo(){ ////toplevel
-  cnr = [ [0,0], [15,0], [-10,12] ];
+  cnr = [ [-2,-3], [13,-3], [-12,9] ];
   translate([0,25,0]) RoundCornerDemo_plat(cnr);
   translate([25,0,0]) RoundCornerAdd(cnr);
   translate([-25,0,0]) RoundCornerCut(cnr);