From 128721ab8d3e61fd400f31e89bd956830ae91a9c Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 16 Feb 2025 20:22:28 -0500 Subject: [PATCH] Fix restore() bug --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index a31c8f3e..a3f97baa 100644 --- a/attachments.scad +++ b/attachments.scad @@ -5061,7 +5061,7 @@ module restore(desc) req_children($children); if (is_undef(desc)){ T = matrix_inverse($transform); - $parent_geom = ["prismoid", [CTR, UP, 0]]; + $parent_geom = attach_geom([0,0,0]); multmatrix(T) children(); } else{