An open API service indexing awesome lists of open source software.

https://github.com/mattvenn/laser-estimator

Attempt to estimate laser cutting time from an SVG file
https://github.com/mattvenn/laser-estimator

Last synced: about 1 month ago
JSON representation

Attempt to estimate laser cutting time from an SVG file

Awesome Lists containing this project

README

        

# Laser time estimator

Attempts to estimate time it will take to lasercut an SVG file

# Install

pip install -r requirements.txt

as well as requirements, needs some packages installed on the system

apt-get install inkscape
apt-get install libxml2-dev
apt-get install libxslt1-dev

# Attribution

* applytransformations from https://github.com/Klowner/inkscape-applytransforms.git
* svgpathtools

# Todo

* thickness, speed tables
* rastering?
* how to deal with units, size of svg
* alert user if files are uploaded with unmeasurable shapes like [text](testfiles/text.svg)