From 975de7240f03b88693e825055a242a49711050c5 Mon Sep 17 00:00:00 2001 From: JensHauser Date: Sat, 13 Feb 2021 17:46:41 +0100 Subject: [PATCH] Z probe correction --- Grbl_Esp32/Custom/4axis_xyza.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/Custom/4axis_xyza.cpp b/Grbl_Esp32/Custom/4axis_xyza.cpp index e159a95a..313fdc29 100644 --- a/Grbl_Esp32/Custom/4axis_xyza.cpp +++ b/Grbl_Esp32/Custom/4axis_xyza.cpp @@ -90,7 +90,7 @@ void user_defined_macro(uint8_t index) { grbl_sendf(CLIENT_ALL, "G10 L20 P0 Z+20\r\n"); WebUI::inputBuffer.push("G10 L20 P0 Z+20\r\n"); // Set G54, only Z axis, on workpiece level, 20mm below alu plate - Move up + //Move up grbl_sendf(CLIENT_ALL, "G53 G0 Z-5 F200\r\n"); WebUI::inputBuffer.push("G53 G0 Z-5 F200\r\n"); // Z up } else {