mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 11:44:50 +02:00
refactor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user