mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed erroronious like added to shapes.scad
This commit is contained in:
parent
6e7cdb932d
commit
9ccd21eaed
1 changed files with 0 additions and 1 deletions
|
@ -1593,7 +1593,6 @@ module teardrop(h, r, ang=45, cap_h, r1, r2, d, d1, d2, cap_h1, cap_h2, l, ancho
|
|||
anchorpt("cap_back", [0,+l/2,cap_h2], unit((capvec+BACK)/2), 180),
|
||||
];
|
||||
attachable(anchor,spin,orient, r1=r1, r2=r2, l=l, axis=BACK, anchors=anchors) {
|
||||
mat = geom_transform(anchor,spin,orient,$parent_geom)
|
||||
rot(from=UP,to=FWD) {
|
||||
if (l > 0) {
|
||||
if (r1 == r2) {
|
||||
|
|
Loading…
Reference in a new issue