Merge pull request #2 from lorenrogers/update-default-output

Adds *.gcode to gitignore and updates readme.
master
Sameer Puri 5 years ago committed by GitHub
commit ea29c6d5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -1,2 +1,3 @@
/target /target
**/*.rs.bk **/*.rs.bk
*.gcode

@ -33,7 +33,7 @@ cargo run --release -- examples/Vanderbilt_Commodores_logo.svg
### Output, rendered at [https://ncviewer.com]() ### Output, rendered at [https://ncviewer.com]()
```bash ```bash
cat output.gcode cat out.gcode
``` ```
![Vanderbilt Commodores Logo Gcode](examples/Vanderbilt_Commodores_logo_gcode.png) ![Vanderbilt Commodores Logo Gcode](examples/Vanderbilt_Commodores_logo_gcode.png)

Loading…
Cancel
Save