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
+6 -1
View File
@@ -1,7 +1,12 @@
include <common.scad>
module left_half_components() {
cube([1,1,1]);
}
module left_half() {
import(file = "left-half.3mf");
translate(BASE_MODEL_TRANSLATE) import(file = "left-half.3mf");
}
left_half();
#left_half_components();