From 9cced31847c0806bfdfa509f66ce8eae03615790 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Tue, 20 Jun 2023 00:27:01 -0400 Subject: [PATCH] skip->do_tag --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index 8273bc8..7a9da05 100644 --- a/attachments.scad +++ b/attachments.scad @@ -862,7 +862,7 @@ module force_tag(tag) // position(TOP) thing(); // position(RIGHT) tag("keep_it") thing(); // } -module default_tag(tag,skip=false) +module default_tag(tag,do_tag=false) { if ($tag=="") tag(tag) children(); else children();