X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=sewing-table.scad.m4;h=856035894f66a8a4878ad097b2880f87026fb19e;hb=30d469be9c3eefbc9a08c86007a44a9dba425adb;hp=f3ba646c9b9f9b16a0fb01a47b2e92aa6c5e9418;hpb=2d8d70eb70e85bd8a211fae68150a3f5f19390c6;p=reprap-play.git 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]); }