From 30d469be9c3eefbc9a08c86007a44a9dba425adb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jan 2017 15:13:49 +0000 Subject: [PATCH] sewing-table: InterlockEdge: remove a spurious z value --- 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 f3ba646..8560358 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -158,7 +158,7 @@ module InterlockEdgePlan(negative, nlobes, length) { } slotshorter = negative ? 0 : interlock_fine_lenslop; - mirror([0, negative, 1]) + mirror([0, negative]) translate([slotshorter, iadj]) square([length - slotshorter*2, interlock_fine + iadj*2]); } -- 2.30.2