From ab7a703b45a721c5f52d6183c2c2a1bd945ae0ef Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Fri, 26 Jan 2024 12:01:30 -0800 Subject: [PATCH] Missing side effect in edge_mask() --- attachments.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/attachments.scad b/attachments.scad index c9ed022..ebd8a4a 100644 --- a/attachments.scad +++ b/attachments.scad @@ -1580,6 +1580,7 @@ module face_mask(faces=[LEFT,RIGHT,FRONT,BACK,BOT,TOP]) { // Tags the children with "remove" (and hence sets `$tag`) if no tag is already set. // `$idx` is set to the index number of each edge. // `$attach_anchor` is set for each edge given, to the `[ANCHOR, POSITION, ORIENT, SPIN]` information for that anchor. +// `$parent_size` is set to the size of the parent object. // Example: // diff() // cube([50,60,70],center=true)