From 10c7b1ee6c0fcc93fa2f7ac4ec156714e9b5c325 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 Feb 2020 21:07:54 +0000 Subject: [PATCH] quacks-ingredients: retraction hop normal for L2 This seems to be causing intolerable blemishes at the edge. Signed-off-by: Ian Jackson --- quacks-ingredients-make-copy-gcodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quacks-ingredients-make-copy-gcodes b/quacks-ingredients-make-copy-gcodes index 5c70dd1..d5c702e 100755 --- a/quacks-ingredients-make-copy-gcodes +++ b/quacks-ingredients-make-copy-gcodes @@ -28,7 +28,7 @@ for l in 1 2 3 4 5; do cp quacks.ini $qi case $l in - 2|4|5) + 4|5) perl -i~ -pe ' s/^(retraction_hop *= *.*)/retraction_hop = 0.6/m ' $qi -- 2.30.2