mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-12-04 09:58:41 +00:00
6 lines
113 B
OpenSCAD
6 lines
113 B
OpenSCAD
|
module flat_support(stem_type, loft, height) {
|
||
|
translate([0,0,loft + 500]){
|
||
|
cube(1000, center=true);
|
||
|
}
|
||
|
}
|