From 345bceb349973ca78cd8fd36dae4177d5e340a70 Mon Sep 17 00:00:00 2001 From: flyfisher604 Date: Sun, 18 Apr 2021 14:07:49 -0700 Subject: [PATCH] Fixes #12 --- MPCNC.cps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPCNC.cps b/MPCNC.cps index 2c898fb..cad8b67 100644 --- a/MPCNC.cps +++ b/MPCNC.cps @@ -1745,7 +1745,7 @@ function toolChange() { flushMotions(); // Go to tool change position - onRapid(propertyMmToUnit(properties.toolChange1_X), propertyMmToUnit(properties.toolChange2_Y), propertyMmToUnit(properties.toolChangeZ)); + onRapid(propertyMmToUnit(properties.toolChange1_X), propertyMmToUnit(properties.toolChange2_Y), propertyMmToUnit(properties.toolChange3_Z)); flushMotions();