mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 18:22:08 +02:00
change param name
This commit is contained in:
@@ -11,5 +11,5 @@ $fn = 4;
|
||||
for(cell = cells) {
|
||||
cell_poly = [for(p = cell[1]) ptf_torus(size, p, [10, 5], [360, 360])];
|
||||
|
||||
hull_polyline3d(cell_poly, thickness = 1);
|
||||
hull_polyline3d(cell_poly, diameter = 1);
|
||||
}
|
Reference in New Issue
Block a user