From c08d33aec0a5be3be5e2caf589b6bc4a9f7a0e69 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 19 Mar 2022 19:23:47 -0400 Subject: [PATCH] change default color to the official standard for default scheme --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index be9d8b7..6210dab 100644 --- a/attachments.scad +++ b/attachments.scad @@ -18,7 +18,7 @@ $tags = ""; $overlap = 0; $color = undef;//"yellow"; $save_color = undef; // Saved color to revert back for children -_DEFAULT_COLOR = "gold"; +_DEFAULT_COLOR = "#f9d72c"; // Maybe the same as "gold" $attach_to = undef; $attach_anchor = [CENTER, CENTER, UP, 0];