zhandavidz / Deepnest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(this is a fork of @InfernoEmbedded's fork of @Jack000's original project Deepnest)

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


Languages

Language:JavaScript 78.6%Language:HTML 12.9%Language:Makefile 3.6%Language:CSS 2.0%Language:Python 1.5%Language:C++ 1.5%