From: Ian Jackson Date: Mon, 2 Jan 2017 15:13:49 +0000 (+0000) Subject: sewing-table: InterlockEdge: remove a spurious z value X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=30d469be9c3eefbc9a08c86007a44a9dba425adb;p=reprap-play.git sewing-table: InterlockEdge: remove a spurious z value --- 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]); }