From 3dfd829cf76a202ee2a52f5b74a253351e7544cd Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Thu, 3 Feb 2022 17:59:37 +0100 Subject: [PATCH] Modify pause position --- rrf3.x/sys/pause.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrf3.x/sys/pause.g b/rrf3.x/sys/pause.g index d656a96..ba67cb6 100644 --- a/rrf3.x/sys/pause.g +++ b/rrf3.x/sys/pause.g @@ -1,4 +1,4 @@ G91 ; use relative positioning G1 S2 Z5 F5000 ; lift Z 5mm G90 ; back to absolute positioning -G1 X-10 Y200 F50000 ; move out the way. +G1 X10 Y195 F50000 ; move out the way. -- GitLab