1 2 3 4 5 6 7 8
minkowski() { cube(20, center=true); rotate([20, 30, 40]) difference() { cube(5, center=true); cube([1, 1, 10], center=true); } }