mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Added missing 'children()' call.
This commit is contained in:
parent
0fea590d0f
commit
af3b427a97
@ -137,6 +137,7 @@ module partition_cut_mask(l=100, h=100, cutsize=10, cutpath="jigsaw", gap=0, anc
|
|||||||
linear_extrude(height=h, center=true, convexity=10) {
|
linear_extrude(height=h, center=true, convexity=10) {
|
||||||
stroke(path, width=max(0.1, $slop*2));
|
stroke(path, width=max(0.1, $slop*2));
|
||||||
}
|
}
|
||||||
|
children();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user