diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-12-31 23:03:15 -0500 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-12-31 23:03:15 -0500 |
| commit | b78cae8e17f46db9d6880607379708c74dba6e99 (patch) | |
| tree | 6aff5b1da8a1b80fcd2017eb599154296b32664f | |
| parent | a669488701fedf5b67c7b5fb744864062cab1f9b (diff) | |
| download | rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.zip rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.tar.gz rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.tar.bz2 rastercarve-b78cae8e17f46db9d6880607379708c74dba6e99.tar.xz | |
Add a bit about sister programs
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ This is a little Python script I wrote to generate G-code toolpaths to engrave raster images. +A hosted version of the script is available at +https://rastercarve.live +([Github](https://github.com/built1n/rastercarve-live). There is also +a standalone custom G-code previewer available at +https://github.com/built1n/rastercarve-preview. + It takes bitmap images and produces commands (G-code) for a CNC machine to engrave that image onto a piece of material. For the uninitiated, a CNC machine is essentially a robotic carving machine -- |