该内容已自动翻译。 显示原文
요약하자면, 즐기세요! OpenScad의 소스 코드: //CODE.... $fn=100; down(lenght=50); up(lenght=50); module down(lenght){ difference(){ cube([lenght,10,8]); translate([lenght-6,-1,12]) rotate([0,45,0]) cube([10,12,10]); translate([-9,-1,12]) rotate([0,45,0]) cube([10,12,10]); translate([-20,5,4]) rotate([45,0,0