From f32b7b2e5abf49470544ac3fddaa0aba20d5c71e Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sat, 23 Feb 2019 22:42:51 -0800 Subject: [PATCH] Fixed trapezoid module declaration. --- shapes.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/shapes.scad b/shapes.scad index 489cb73..c05703d 100644 --- a/shapes.scad +++ b/shapes.scad @@ -543,7 +543,6 @@ module rtrapezoid(size1, size2, h, r=undef, r1=undef, r2=undef, center=true) -module trapezoid(size1=[1,1], size2=[1,1], h=1, center=false) // Makes a 2D teardrop shape. Useful for extruding into 3D printable holes. // r = radius of circular part of teardrop. (Default: 1) // d = diameter of spherical portion of bottom. (Use instead of r)