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