摘要 :
下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/PhotoFrame
代码:
```C
module bottom(){
difference(){
cube([109,147,3]);
…
阅读全文
发布时间 : 2017/07/14 18:51
张高兴
阅读(1376)
评论(0)
摘要 :
下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/Sprinkle
代码:
```c
module screw(r=15){
for(g=[0:1:240]){
translate([cos(g)* …
阅读全文
发布时间 : 2017/07/08 19:46
张高兴
阅读(1452)
评论(0)
摘要 :
下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/BottleCap
代码:
```c
module screw(r=15){
for(g=[0:1:240]){
translate([co …
阅读全文
发布时间 : 2017/07/07 10:58
张高兴
阅读(1443)
评论(0)