basic scad structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
include <common.scad>
|
||||
|
||||
module right_half() {
|
||||
import(file = "right-half.3mf");
|
||||
}
|
||||
|
||||
right_half();
|
||||
Reference in New Issue
Block a user