diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-11-28 23:18:39 -0500 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-11-28 23:18:39 -0500 |
| commit | 0ba7a03ab2b4a2ae56d9c1a5501ebe2c713b5145 (patch) | |
| tree | 12d67726d822ec87b047502ca96ab5d253ea643a /README.md | |
| parent | c2de4a3258c3e37d4b49a41d786eef936262f137 (diff) | |
| download | rastercarve-0ba7a03ab2b4a2ae56d9c1a5501ebe2c713b5145.zip rastercarve-0ba7a03ab2b4a2ae56d9c1a5501ebe2c713b5145.tar.gz rastercarve-0ba7a03ab2b4a2ae56d9c1a5501ebe2c713b5145.tar.bz2 rastercarve-0ba7a03ab2b4a2ae56d9c1a5501ebe2c713b5145.tar.xz | |
Docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,4 +8,9 @@ engrave raster images. You just need Python 3, OpenCV, and NumPy (i.e. `pip install ...`). Then, just run `python src/rastercarve.py IMAGE`, where `IMAGE` is a -bitmap image in any format supported by OpenCV. +bitmap image in any format supported by OpenCV. G-code is output to +standard output. + +## Configuration + +Edit `rastercarve.py` to change the material and engraving settings. |