mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 16:26:47 +02:00
refactor
This commit is contained in:
@@ -69,13 +69,13 @@ module voronoi_fibonacci() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(style == "BLOCK") {
|
linear_extrude(line_thickness) {
|
||||||
linear_extrude(line_thickness)
|
if(style == "BLOCK") {
|
||||||
circle(lst_r);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
linear_extrude(line_thickness)
|
|
||||||
hollow_out(line_thickness)
|
|
||||||
circle(lst_r);
|
circle(lst_r);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
hollow_out(line_thickness)
|
||||||
|
circle(lst_r);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user