Hi
Oups, did not thought about that limit. There was a plan to implement code for checking stock material. That code was not implemented completely and there was set a constant maximum of boards per material of 10. And the Standard input of material was 2. So this results in 20 Boards. As a short fix you can change the code on apprx line 2474 to
max_board =100
or more if needed. But this needed to be fixed in the node anytime I take time for that.
Rectangle Packing
in Marionette - Networks
Posted
Hi
Oups, did not thought about that limit. There was a plan to implement code for checking stock material. That code was not implemented completely and there was set a constant maximum of boards per material of 10. And the Standard input of material was 2. So this results in 20 Boards. As a short fix you can change the code on apprx line 2474 to
or more if needed. But this needed to be fixed in the node anytime I take time for that.