1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 18:00:01 +02:00
This commit is contained in:
Justin Lin
2020-06-10 20:17:18 +08:00
parent d9347a1b09
commit a9a31e382f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
use <voronoi/vrn2_space_cells.scad>;
use <voronoi/vrn2_cells_space.scad>;
use <hull_polyline3d.scad>;
use <ptf/ptf_torus.scad>;
size = [40, 80];
grid_w = 5;
cells = vrn2_space_cells(size, grid_w);
cells = vrn2_cells_space(size, grid_w);
$fn = 4;