Added missing 'children()' call.

This commit is contained in:
Garth Minette 2021-06-28 18:07:29 -07:00
parent 0fea590d0f
commit af3b427a97

View file

@ -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();
} }
} }