Catafratto
Guest
two things:
1) the line
otext = round(oflat.width) * 10 & "x" & floor(oflat.length * 10)
must be correct in
otext = round(oflat.width * 10) & "x" & floor(oflat.length * 10)
(the largeness was first rounded and then multiplied by 10: in practice it rounded the measure to the nearest cm and not to the mm as correct.
2) I think I remember some pieces where the developed sheet puts in a strange way, like a square turned 45°. I couldn't recreate it in any way, so I can't tell you how the macro will behave in such cases. If you can let me know... and above all eye to the "historical" developments.
1) the line
otext = round(oflat.width) * 10 & "x" & floor(oflat.length * 10)
must be correct in
otext = round(oflat.width * 10) & "x" & floor(oflat.length * 10)
(the largeness was first rounded and then multiplied by 10: in practice it rounded the measure to the nearest cm and not to the mm as correct.
2) I think I remember some pieces where the developed sheet puts in a strange way, like a square turned 45°. I couldn't recreate it in any way, so I can't tell you how the macro will behave in such cases. If you can let me know... and above all eye to the "historical" developments.
