mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 09:49:59 +02:00
use [each lt, v] to replace concat(lt, [v])
This commit is contained in:
@@ -14,7 +14,7 @@ module voronoi_melon(eyelets, radius) {
|
||||
|
||||
color("DarkKhaki")
|
||||
for(cell = cells) {
|
||||
polyline_join(concat(cell, [cell[0]]))
|
||||
polyline_join([each cell, cell[0]])
|
||||
sphere(radius / 60, $fn = 4);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user