From: Ian Jackson Date: Fri, 21 Feb 2020 21:07:54 +0000 (+0000) Subject: quacks-ingredients: retraction hop normal for L2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=10c7b1ee6c0fcc93fa2f7ac4ec156714e9b5c325 quacks-ingredients: retraction hop normal for L2 This seems to be causing intolerable blemishes at the edge. Signed-off-by: Ian Jackson --- 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