kallaballa / nestcpp

An effort to implement 2D irregual bin packing for laser cutters and cnc milling.
GNU General Public License v3.0
32 stars 6 forks source link

Layout objects with a direction #1

Open slspencer opened 6 years ago

slspencer commented 6 years ago

There is a big demand for creating "markers" to cut out garments with sewing patterns.

Nestcpp could provide a feature to utilize a line embedded within closed svg-defined objects (pattern pieces), with the constraints that 1.) all objects fit within a background fabric of a given width and variable length, and 2.) all objects' lines are parallel to the long side of the fabric.

Many applications could use this feature besides sewing patterns, such as paper cutouts, quilting, even sheet metal.

I can assist with documenting and testing this feature.

kallaballa commented 6 years ago

I'll look into it once I've got basic functionality working. Thanks for your offer, i'll keep you posted!