From a60d8c9ef6fa1114f21ac9c9f09318c5f63aa71a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Jun 2017 11:13:03 +0100 Subject: [PATCH] sewing-table: PostTestPiece: swap x direction --- sewing-table.scad.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index cd99463..8dbadcf 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -498,7 +498,7 @@ module PostTestPiece(){ ////toplevel InterlockEdge(corners[3], corners[0], 0, nlobes=1); for (i= [ 0: nholes-1 ]) { $screw_dia = hole_sizes[ floor(i/2) ]; - translate(stride * [ (i % nrows), + translate(stride * [ (nrows-1) - (i % nrows), floor(i / nrows), 0 ]) -- 2.30.2