From ce542d09247fda4bc66da5c8ef74dc993479d377 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Jun 2017 14:43:25 +0100 Subject: [PATCH] sewing-table: adjust FitTest --- sewing-table.scad.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index ef02acc..af8e736 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -552,8 +552,8 @@ m4_dnl that denoted by ix, and the next one anticlockwise m4_define(`R_EDGE',`$1[$2],$1[(($2)+1)%4]') module FitTest(){ ////toplevel - sz = [280,180]; - c0 = [-50,-80]; + sz = [275,180]; + c0 = [-40,-80]; c = Rectangle_corners(c0, sz); brace = [7,7,9]; difference(){ @@ -739,3 +739,4 @@ module Demo(){ ////toplevel //Machine_NewRearCurve(); //Machine_Curves(); //Machine(); +//FitTest(); -- 2.30.2