Files
creaturedex/model/right-half.scad
T
2026-07-23 21:35:14 +02:00

7 lines
98 B
OpenSCAD

include <common.scad>
module right_half() {
import(file = "right-half.3mf");
}
right_half();