diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-12-27 15:15:51 -0500 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-12-27 15:15:51 -0500 |
| commit | 092b8d91b0617636d44c9aa46aa90032639867e4 (patch) | |
| tree | 9daa090e029d5f535069948f408494a1214f7042 /README.md | |
| parent | 8d3ed3b0b28daa4388df87e0cf4f952f255c63a3 (diff) | |
| download | rastercarve-092b8d91b0617636d44c9aa46aa90032639867e4.zip rastercarve-092b8d91b0617636d44c9aa46aa90032639867e4.tar.gz rastercarve-092b8d91b0617636d44c9aa46aa90032639867e4.tar.bz2 rastercarve-092b8d91b0617636d44c9aa46aa90032639867e4.tar.xz | |
Add option to engrave image with dots
Not tested, but might look nice (or terrible, who knows?).
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -102,7 +102,7 @@ usage: rastercarve [-h] (--width WIDTH | --height HEIGHT) [-f FEED_RATE] [-p PLUNGE_RATE] [--rapid RAPID_RATE] [-z SAFE_Z] [--end-z TRAVERSE_Z] [-d MAX_DEPTH] [-t TOOL_ANGLE] [-a LINE_ANGLE] [-s STEPOVER] [-r LINEAR_RESOLUTION] - [--no-line-numbers] [--debug] [-q] [--version] + [--dots] [--no-line-numbers] [--debug] [-q] [--version] filename Generate G-code to engrave raster images. @@ -138,6 +138,7 @@ engraving parameters: (default: 110) -r LINEAR_RESOLUTION distance between successive G-code points (in) (default: 0.01) + --dots engrave using dots instead of lines (experimental) G-code parameters: --no-line-numbers suppress G-code line numbers (dangerous on ShopBot!) |