scaleEx2.jscad 105 B

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