1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 11:44:50 +02:00
This commit is contained in:
Justin Lin
2022-08-17 15:28:21 +08:00
parent 174eb609d5
commit b832cbec2e

View File

@@ -3,7 +3,7 @@ use <util/dedup.scad>
use <polyline_join.scad>
for(line = dedup(hilbert_curve())) {
polyline_join([line[0], line[1]])
polyline_join(line)
sphere(.25, $fn = 4);
}