We have a very simple coffee table 3D model that can be parametrically adjusted to any dimension as preferred by the user. They can then click on the “Generate Cutlist” button which will then identify pieces to be cut and present them on a standard plywood sheet.
https://demo.craftpixels.in/3d-cutlist-optimizer/
Commercial implementation or further development based on varied use cases is possible. Please contact [email protected]
- Parametric Generation: The coffee table is created programmatically. Use the value sliders on the top right section to change the table dimensions or form.
- Cut list generator : Depending on the table you’ve created, the individual planks are identified, their dimensions are mapped to the cutlist optimizer to generate the pieces to be cut, which can help maximize material usage and minimize waste.
- Export PDF : You can export the generated cutlist as a PDF that can be shared with your carpenter.
- Clone the repository:
- Install dependencies: npm run setup:install
- Run the development server: npm run start
- Access app at URL : http://localhost:8080
You can export the generated cutlist as a PDF that can be shared with your carpenter.
This project is licensed under the MIT license.
https://github.com/jasonrhansen/cut-optimizer-2d – For creating Cut Optimizer 2D that uses genetic algorithms and multiple heuristics to find the best solution for the provided dimensions.