From 85c7912572ac49c3305cc6e6cd34673ab9f23f4b Mon Sep 17 00:00:00 2001 From: Ben Agricola <717328+benagricola@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:30:06 +0100 Subject: [PATCH] Fix missing travel speed var --- macro/movement/G6550.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/movement/G6550.g b/macro/movement/G6550.g index b55b79a..34d266d 100644 --- a/macro/movement/G6550.g +++ b/macro/movement/G6550.g @@ -110,7 +110,7 @@ if { sensors.probes[param.I].value[0] != 0 } ; The subsequent G38.3 will be a no-op as we will already be ; at the target position. if { var.tIN >= var.tN } - G53 G1 X{ var.tPX } Y{ var.tPY } Z{ var.tPZ } F{ var.travelSpeed } + G53 G1 X{ var.tPX } Y{ var.tPY } Z{ var.tPZ } F{ sensors.probes[param.I].travelSpeed } else ; Back off by the back-off distance ; We do not use a G38.5 here because it will stop movement the