https://github.com/davidhampgonsalves/restaline
Automatic SVG line fills for pen plotters (work in progress)
https://github.com/davidhampgonsalves/restaline
featured javascript paperjs penplotter svg
Last synced: 7 months ago
JSON representation
Automatic SVG line fills for pen plotters (work in progress)
- Host: GitHub
- URL: https://github.com/davidhampgonsalves/restaline
- Owner: davidhampgonsalves
- License: gpl-2.0
- Created: 2021-02-26T17:52:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:56:34.000Z (over 1 year ago)
- Last Synced: 2024-05-13T18:15:41.596Z (over 1 year ago)
- Topics: featured, javascript, paperjs, penplotter, svg
- Language: JavaScript
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Restaline - SVG fills for pen plotters
https://www.davidhampgonsalves.com/Restaline/
# TODO
- surface progress somehow
- fill using fixed angle
- order paths to avoid smugging
- Split up final paths into groups, or files?# Bugs
- missing edges on rocket
- Unioning flipping fill on fish
- duplicated edge lines... take top(can't do for complex paths) or inset all closed paths?## Gcode
```
find fish-bordered-*.svg -exec vpype read {} gwrite -p midt {}.nc \;
```## Development
`python3 -m http.server 8000`
## Tests
When running locally [http://local.host:8000/tests]