diff --git a/.gitignore b/.gitignore index f0e3bca..65f49ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -**/*.rs.bk \ No newline at end of file +**/*.rs.bk +*.gcode diff --git a/README.md b/README.md index d658242..e98ddc1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cargo run --release -- examples/Vanderbilt_Commodores_logo.svg ### Output, rendered at [https://ncviewer.com]() ```bash -cat output.gcode +cat out.gcode ``` ![Vanderbilt Commodores Logo Gcode](examples/Vanderbilt_Commodores_logo_gcode.png)