cubeEx1.jscad 102 B

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