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

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)

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]