Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trivisonno/laserup-js
π Create 3D relief map slices for laser cutting
https://github.com/trivisonno/laserup-js
Last synced: about 2 months ago
JSON representation
π Create 3D relief map slices for laser cutting
- Host: GitHub
- URL: https://github.com/trivisonno/laserup-js
- Owner: trivisonno
- Created: 2024-09-26T15:07:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T20:29:05.000Z (4 months ago)
- Last Synced: 2024-11-28T22:38:10.625Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://trivisonno.github.io/laserUp-js/
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forked version of https://github.com/dps/laserUp to generate SVGs for laser cutting.
π to dps for the amazing work, this is a quick hack on top. See https://github.com/dps/laserUp for their python implementation.
# πlaserUp: SVG Relief Map Generator
create 3D relief maps for laser cutting.See https://github.com/dps/peak-map for a UI to generate the raw input data (hosted here: http://singleton.io/peak-map )
![Example](imgs/example.jpg)
## Usage
Go to https://singleton.io/peak-map/. Move and zoom to the area you want to generate a relief map for. Click "Draw peaks" and then "Get data for laserUp". This generates a .DMS file.Go to https://github.com/trivisonno/laserUp-js/. Select your .DMS file. Adjust the material thickness (the thickness of each slice) and max design height (the maximum height of the map). Click "Generate SVGs". This generates a zip file with SVG files for each row of the map.
You can then use the SVG files to cut each slice of your relief map using the program and tools of your choice.