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