Fixed trapezoid module declaration.

This commit is contained in:
Revar Desmera 2019-02-23 22:42:51 -08:00 committed by GitHub
parent 419a11eec2
commit f32b7b2e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)