From 6849130c42e11135c607ea91118ec5ea013dd752 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Jun 2017 17:51:13 +0100 Subject: [PATCH] sewing-table: FitTest: test strap slots, wip front --- sewing-table.scad.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 4d438b7..18ee9d8 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -516,6 +516,8 @@ module Machine_Curves(){ ////toplevel module TestStrapSlots(){ at = [[ 110, 70 ], [ 180, 90 ], + [ 110, -35 ], + [ 190, -80 ], ]; pegwidth = 7.5; strap = [ 3, 5 ]; @@ -817,8 +819,8 @@ module FitTest_RearCurve(){ ////toplevel } module FitTest_FrontCurve(){ ////toplevel - p0 = [110,-80]; - sz = [170,80]; + p0 = [100,-80]; + sz = [180,80]; difference(){ intersection() { Tile00(); -- 2.30.2