cubeEx2.jscad 94 B

12345
  1. function main(){
  2. return CSG.cube({center: [0,0,0],radius: [0.5,1,1.5], resolution: 16});
  3. };