mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Added missing 'children()' call.
This commit is contained in:
parent
0fea590d0f
commit
af3b427a97
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue