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
+6
View File
@@ -0,0 +1,6 @@
include <common.scad>
use <left-half.scad>
use <right-half.scad>
left_half();
right_half();