KeyV2/src/supports/flat.scad

6 lines
113 B
OpenSCAD
Raw Normal View History

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