1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

update demo

This commit is contained in:
Justin Lin
2021-04-25 11:34:29 +08:00
parent 3b090cbc95
commit 76e6ecaa6c

View File

@@ -1,7 +1,7 @@
use <hull_polyline2d.scad>;
use <triangle/tri_ear_clipping.scad>;
use <shape_starburst.scad>;
use <triangle/tri_bisectors.scad>;
use <experimental/tri_bisectors.scad>;
shape = shape_starburst(30, 12, 10);
hull_polyline2d(concat(shape, [shape[0]]), width = 1);