1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 06:47:46 +02:00
This commit is contained in:
Justin Lin
2020-03-14 13:38:33 +08:00
parent 636226047d
commit 52633bf54c

View File

@@ -65,7 +65,6 @@ module voronoi_fibonacci() {
hollow_out(half_line_thicness) polygon(cell); hollow_out(half_line_thicness) polygon(cell);
circle(lst_r); circle(lst_r);
} }
} }
} }