diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-12-25 22:52:04 -0500 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-12-25 22:52:04 -0500 |
| commit | 730175a58a312f14989df3789dc8465852cd2db2 (patch) | |
| tree | 49b42632c0dc0d804047ad2aeac9df83b406ca4d | |
| parent | ddf979cb72c86974e4f4ec77cfaca0f6cb8fc1c1 (diff) | |
| download | rastercarve-1.0.2.zip rastercarve-1.0.2.tar.gz rastercarve-1.0.2.tar.bz2 rastercarve-1.0.2.tar.xz | |
More nitpicksv1.0.2
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rastercarve/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ Defaults are usually safe to leave unchanged. ### Examples ``` -python src/rastercarve.py --width 10 examples/test.png > out.nc +rastercarve --width 10 examples/test.png > out.nc ``` Generate G-code to engrave `examples/test.png` into an image 10 inches diff --git a/rastercarve/__init__.py b/rastercarve/__init__.py index 0818ec1..1d003b0 100644 --- a/rastercarve/__init__.py +++ b/rastercarve/__init__.py @@ -13,4 +13,4 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. -__version__ = '1.0.1' +__version__ = '1.0.2' |