Giter VIP home page Giter VIP logo

cutlister's Introduction

cutlister

Generate the most efficient cutlist - don't waste your precious materials.

Usage

Assume the following lengths and numbers of needed parts to be cut from 1000 mm stock:

length count
200 mm 3
280 mm 2
540 mm 1

Enter the command as follows:

cutlister 1000 3x200 2x280 1x540

The output in this example will be:

stock length: 1000
6 parts
cut list:
stock 1
  part 1    200
  part 2    200
  part 3    280
  part 4    280

  offcut    40

stock 2
  part 1    200
  part 2    540

  offcut    260

total offcut: 40

The parts are cramped into as few stock parts as possible, minimizing offcut. The remainder on the last stock can often be used for the next project and doesn't count towards the total offcut.

Note: The saw kerf width needs to be accounted for manually. When working with wood, stock dimensions aren't usually very precise, so removing a few mm from the actual stock length is advisable.

cutlister's People

Contributors

typerat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.