Howto make holes in cubes with openscad / for-loop?

前端 未结 0 487
深忆病人
深忆病人 2020-12-25 10:51

I want to make a hole in each of this cubes. Here is the code

y=45;
for (i=[1:8]){   
    z = y*i;
    difference(){
        rotate([0,0,z]) translate([57,0,-         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题