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
- Host: GitHub
- URL: https://github.com/mattvenn/laser-estimator
- Owner: mattvenn
- Created: 2017-02-12T18:28:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T17:25:13.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T18:09:54.574Z (about 2 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)