7 lines
98 B
OpenSCAD
7 lines
98 B
OpenSCAD
include <common.scad>
|
|
|
|
module right_half() {
|
|
import(file = "right-half.3mf");
|
|
}
|
|
|
|
right_half(); |