mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 04:51:26 +02:00
change param name
This commit is contained in:
@@ -4,7 +4,7 @@ use <hull_polyline3d.scad>;
|
||||
for(line = hilbert_curve()) {
|
||||
hull_polyline3d(
|
||||
[line[0], line[1]],
|
||||
thickness = 0.5,
|
||||
diameter = 0.5,
|
||||
$fn = 4
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user