rotateEx2.scad 68 B

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