KeyV2/src/supports/flat.scad

6 lines
105 B
OpenSCAD
Raw Normal View History

module flat(stem_type, loft, height) {
2018-02-05 07:43:17 +11:00
translate([0,0,loft + 500]){
cube(1000, center=true);
}
}