diff --git a/attachments.scad b/attachments.scad index f8310e8..108db8d 100644 --- a/attachments.scad +++ b/attachments.scad @@ -2350,7 +2350,7 @@ module expose_anchors(opacity=0.2) { show("anchor-arrow") children(); hide("anchor-arrow") - color(is_undef($color) || color=="default" ? [0,0,0] : + color(is_undef($color) || $color=="default" ? [0,0,0] : is_string($color) ? $color : point3d($color), opacity)