Replies: 3 comments
-
Hi,
Oh, like print plates? Sounds cool.
Not right now, but should be pretty easy to add. I don't plan on continuing this version of the packer, because I did a complete rewrite with heuristics, and that is much more flexible, and can give multiple choices. #5 The reason it is not merged yet, is that I didn't have the time to add growth at all yet, but when I do it I will take this into account.
Not ATM, but that is really easy to do, good for a PR if you want to create one. I'd add a rotated property (false by default), and just negate it any time ->rotate() is called. |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for merging my pull request and for your kind guidance. My first contribution ever! :) Here's outputs of a multipage PDF file nested with Bin-Packer. Each page is multiplied 35 times and placed on a 'sheet': Nest-Cut-64f89e1d51bb5.pdf - Cut file Original file: It's a common 'Print-Cut' workflow in digital printing. One file you print and the other one you use in cutting software. I have it currently as a private repo but will make it public someday. Currently it's customized for one brand of vinyl cutter only and not quite polished. So there it is, Bin-Packer in action :) Thanks! |
Beta Was this translation helpful? Give feedback.
-
Ah, I see... for digital this should be okay, but for offset it will get much more complicated :) |
Beta Was this translation helpful? Give feedback.
-
Hey,
using your package in a side project for nesting PDF-s. Nice work :)
Is it possible to grow bin along a single axis? Would be nice for roll media types.
Also is there a way to check if node was rotated. Just like '$block->isUsed()' method.
Thanks again, br,
Beta Was this translation helpful? Give feedback.
All reactions