pynest2d icon indicating copy to clipboard operation
pynest2d copied to clipboard

Python bindings for libnest2d

Results 8 pynest2d issues
Sort by recently updated
recently updated
newest added

I try to Nesting some random Items (100 rectangle of random size), and get this result: ![image](https://github.com/Ultimaker/pynest2d/assets/73845/7e3a5fb0-4dea-48fe-ad06-ee678e9f1958) But supposed to get something like this: ![image](https://github.com/Ultimaker/pynest2d/assets/73845/5a40f9c9-f16d-4a78-acbb-6f3941840910) I use pynest2d.pyd from UltiMaker...

hello hello i am trying to compile cura for gentoo, and i have problem with this dependecie, when i try to compile i get this error ``` CMake Error at...

Instead of setting include paths and libs manually, just use the imported target. All required properties are set Libnest2DTargets.cmake. This also adds the otherwise missing libpthread to the link libraries.

PR: Community Contribution :crown:

Getting an error on running `conan install . --build=missing --update` ``` make[2]: *** [src/x86/darwin.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 libffi/3.2.1: libffi/3.2.1: ERROR: Package...

Hi everyone If I want to use BottomLeftPlacer I need to chance pynest2d.sip and rebuild the package or there's another way? Can someone provide a brief code to explain how...

using the command `conan install . --build=missing --update` generate this error: ``` sipbuildtool/0.2.2@ultimaker/stable: ERROR: Traceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\conans\client\generators\__init__.py", line 177, in write_generators generator = generator_class(conanfile) File...

Environment: - macOS Sonoma 14.6.1 - M1 Pro - PyCharm 2024.1.4 Putting whole `build/Release` directory to `venv/lib/ptyhon3.10/site-pakages/pynest2d` occurs `interrupted by signal 11:SIGSEGV` - Code ```python import pynest2d.pynest2d abc = pynest2d.Box(1000,...