Rotatable fabric cutting feature
Opened this issue · 0 comments
DainiusNaglis commented
Now it works only with one dimension of cut material. For example if I have two rolls: one width 2500mm and another width is 2800mm and I have two cutting materials with cut_width = 0: 1800(w)x500mm(h) and 1200(w)x1000mm(h). Cut materials are rotatable. When I set only width parameters in request, it thinks that best solution is to cut two times from 2500mm roll, but logically, if I could submit both - width and height parameters, best solution would be to cut from 2800mm roll (1800(w) from one cutting material and 1000(h) from another).
It might be very useful to find best solution while giving two parameters - width and height and also indicating if cutting material is rotatable or not.