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