diff options
| author | Franklin Wei <built1n@users.noreply.github.com> | 2020-02-03 19:24:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-03 19:24:11 -0500 |
| commit | e011a27644b260130709e082ceb5fbc001ea52ae (patch) | |
| tree | 3f50d07b011f31f44fc3dc41f41af11e6252761c | |
| parent | 3131e589813547ff1a7ae47cf32ed1ef79ecd475 (diff) | |
| download | rastercarve-e011a27644b260130709e082ceb5fbc001ea52ae.zip rastercarve-e011a27644b260130709e082ceb5fbc001ea52ae.tar.gz rastercarve-e011a27644b260130709e082ceb5fbc001ea52ae.tar.bz2 rastercarve-e011a27644b260130709e082ceb5fbc001ea52ae.tar.xz | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -23,17 +23,15 @@ the right sequence of commands for your machine to engrave it. This is not the first program that can do this, but existing solutions are unsuitable due to their high cost. -Examples below: +The program's output has been thoroughly tested on a ShopBot Desktop +MAX, which produced the results shown below, and a ShopBot PRTalpha. +Various users have reported successful results on X-Carve and Shapeoko +machines, among others. <img src="https://www.fwei.tk/blog/d-day.jpg" width="100%" /> <img src="https://raw.githubusercontent.com/built1n/rastercarve/master/examples/pen_plotter.jpg" width="100%" /> <img src="https://www.fwei.tk/blog/baby-yoda.png" width="100%" /> -The program's output has been tested on a ShopBot Desktop MAX, which -produced the results shown earlier, and a ShopBot PRTalpha. Various -users have reported successful results on an X-Carve and Shapeoko -machines, among others. - # Installation `$ pip install rastercarve` |