Just used this to create a cut list for a small cabinet project I'm doing. It's astonishing. Imported the .obj file with no problem. I then defined stock that would 1) fit in my car and 2) was longer than my longest component.
The program then created a stock list and cut plan. I iterated the stock length (subject to constraints 1 and 2, above), to maximize % utilization.
Really cool. A couple of things to watch out for as you do it. If anyone's interested in a blow-by-blow, I'd be happy to post it.
To the authors (Jon?), you're taking the material name from Fusion's Appearance property, which is where you customize a material to look correct in the rendering. For example, I have 2 "birch" appearances, one for horizontal grain and one for vertical. Those import as 2 different materials. If you used the "material" property instead of "appearance," that's less likely to be subject to design modifications undertaken strictly for the rendering (i.e., all my part have material == "birch," while there are appearance variations within "birch." That might be a limitation in the .obj file import, I don't know.