mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Fixed example images for rounded polyhedra.
This commit is contained in:
parent
ed44f419a2
commit
0987fa9198
1 changed files with 6 additions and 0 deletions
|
@ -11,8 +11,14 @@
|
|||
|
||||
include <BOSL2/hull.scad>
|
||||
|
||||
|
||||
// CommonCode:
|
||||
// $fn=96;
|
||||
|
||||
|
||||
// Section: Polyhedra
|
||||
|
||||
|
||||
// Groups entries in "arr" into groups of equal values and returns index lists of those groups
|
||||
|
||||
function _unique_groups(m) = [
|
||||
|
|
Loading…
Reference in a new issue