rotateEx1.scad 61 B

123
  1. rotate(a=[0,45,0]) {
  2. cube(size=[10, 10, 10], center=true);
  3. }