scad: visual component debuggability

This commit is contained in:
2026-07-23 21:58:33 +02:00
parent f748d67341
commit 67e8552dec
4 changed files with 20 additions and 4 deletions
+5
View File
@@ -4,3 +4,8 @@ use <right-half.scad>
left_half();
right_half();
#union() {
right_half_components();
left_half_components();
}