basic scad structure

This commit is contained in:
2026-07-23 21:35:14 +02:00
parent 860c5ed336
commit acd55a374c
14 changed files with 81 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
include <common.scad>
module right_half() {
import(file = "right-half.3mf");
}
right_half();