mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-20 22:21:52 +02:00
refactor
This commit is contained in:
parent
98a18c297c
commit
636226047d
@ -69,13 +69,13 @@ module voronoi_fibonacci() {
|
||||
}
|
||||
}
|
||||
|
||||
if(style == "BLOCK") {
|
||||
linear_extrude(line_thickness)
|
||||
circle(lst_r);
|
||||
}
|
||||
else {
|
||||
linear_extrude(line_thickness)
|
||||
hollow_out(line_thickness)
|
||||
linear_extrude(line_thickness) {
|
||||
if(style == "BLOCK") {
|
||||
circle(lst_r);
|
||||
}
|
||||
else {
|
||||
hollow_out(line_thickness)
|
||||
circle(lst_r);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user