From bf5d181cd8b395dfa38a4cce9d80f659d05bc840 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 Feb 2020 23:20:11 +0000 Subject: [PATCH] quacks-ingredients: gcode manipulation wip Signed-off-by: Ian Jackson --- quacks-ingredients-make-copy-gcodes | 2 -- 1 file changed, 2 deletions(-) diff --git a/quacks-ingredients-make-copy-gcodes b/quacks-ingredients-make-copy-gcodes index 0aaa814..b198f95 100755 --- a/quacks-ingredients-make-copy-gcodes +++ b/quacks-ingredients-make-copy-gcodes @@ -28,8 +28,6 @@ for l in 1 2 3 4 5; do 1|2|3|4) perl -i~ -pe 's/^/;/ if m/^M140 S0\b.*\n/' $g ;; - 5) ;; - *) echo >&2 "??? $l"; exit 1 ;; esac perl -i~ -ne ' -- 2.30.2