I expect `spread(n, spacing=10)` to behave exactly as `spread(n, spacing=[10, 0, 0])` That is:  # Current behaviour ``` spread(n=3, spacing=10) cube(size=[3,2,1], center=true); ``` produces 