translateEx1.scad 69 B

123
  1. translate(v = [5, 0, -5]) {
  2. cube(size=[10, 10, 10], center=false);
  3. }