From feb8e81e570017ec9670c2ef1b2567a19e751165 Mon Sep 17 00:00:00 2001 From: Loren Rogers Date: Sat, 21 Mar 2020 15:08:51 -0400 Subject: [PATCH] Adds *.gcode to gitignore and updates readme. --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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)