Skip to content

An open source nesting application for laser cutters, plasma cutters and other CNC machines

Notifications You must be signed in to change notification settings

InfernoEmbedded/Deepnest

 
 

Repository files navigation

Deepnest

Deepnest: A fast, robust nesting tool for laser cutters and other CNC tools

Download: https://deepnest.io

Deepnest is a desktop application based on SVGNest

  • new nesting engine with speed critical code written in C
  • merges common lines for laser cuts
  • support for DXF files (via conversion)
  • new path approximation feature for highly complex parts

To rebuild the native nesting engine

  • npm install --save-dev electron-rebuild
  • npm install
  • .\node_modules.bin\electron-rebuild.cmd
  • copy contents of build/Release to minkowski/Release
  • To package app run electron-packager . deepnest --platform=win32 --arch=x64

About

An open source nesting application for laser cutters, plasma cutters and other CNC machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • HTML 12.9%
  • Makefile 3.6%
  • CSS 2.0%
  • Python 1.5%
  • C++ 1.5%