mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed trapezoid module declaration.
This commit is contained in:
parent
419a11eec2
commit
f32b7b2e5a
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue