mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Merge pull request #962 from revarbat/revarbat_dev
Fix chamfered cyl() orientation for odd $fn
This commit is contained in:
commit
6b3192797f
1 changed files with 47 additions and 46 deletions
|
@ -1522,7 +1522,8 @@ module cyl(
|
||||||
[0,l/2]
|
[0,l/2]
|
||||||
];
|
];
|
||||||
|
|
||||||
rotate_extrude(convexity=2) polygon(path);
|
vnf = rotate_sweep(path);
|
||||||
|
vnf_polyhedron(vnf, convexity=2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
children();
|
children();
|
||||||
|
|
Loading…
Reference in a new issue