From 08e772b8c1b3b1823d9f67b28c8c0b95d616395f Mon Sep 17 00:00:00 2001 From: alkabal <33371787+alkabal@users.noreply.github.com> Date: Fri, 20 Nov 2020 01:19:03 +0100 Subject: [PATCH] Add missing G90 to gogots.ngc --- macros/gotots.ngc | 1 + 1 file changed, 1 insertion(+) diff --git a/macros/gotots.ngc b/macros/gotots.ngc index c156e6d..57caa7c 100644 --- a/macros/gotots.ngc +++ b/macros/gotots.ngc @@ -1,5 +1,6 @@ o sub F#<_ini[TOOLSENSOR]RAPID_SPEED> +G90 G53 G1 Z[#<_ini[AXIS_2]MAX_LIMIT>] G53 G1 X[#<_ini[TOOLSENSOR]X>] Y[#<_ini[TOOLSENSOR]Y>] G53 G1 Z[#<_ini[TOOLSENSOR]Z>]