mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 07:56:42 +02:00
Added missing 'children()' call.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user