From 9f618ee0482e0210a3319904c1602f3606adbdb4 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 24 Aug 2014 19:25:06 +0200 Subject: [PATCH] Testcases: add nothing.gcode. This is for running stuff with run_in_simulavr.sh which needs no G-code. --- testcases/nothing.gcode | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testcases/nothing.gcode diff --git a/testcases/nothing.gcode b/testcases/nothing.gcode new file mode 100644 index 0000000..43ea78d --- /dev/null +++ b/testcases/nothing.gcode @@ -0,0 +1,2 @@ +("Nothing" actually means nothing. Just wait.) +(Useful for running stuff with run_in_simulavr.sh which needs no G-code.)