Hi Rob,
thank you so much for getting in touch, you have found a bug with the script: please replace the scaling command on line 111:
with the scaling command on line 55:
so it should then read:
if you are interested in the reason for it not working is because the original version of the script only worked for values of rows and columns between 2 and 10 (due to batch not using floating point math), so we set up 2 variables to fake floating point (within limits, it will still only work for values from 1-99):
unfortunately these variables were only used the first time the box was scaled in the script.
I haven’t had a chance to properly test this yet, but hopefully it will work i had repro on the 1 column 3 row bug and it fixed that. Once tested we will replace the sample, thanks again!