From 9d093aad904cc26e9cbee8e1165210db6e27cd1e Mon Sep 17 00:00:00 2001 From: JensHauser Date: Sat, 13 Feb 2021 18:08:14 +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 313fdc29..a2669759 100644 --- a/Grbl_Esp32/Custom/4axis_xyza.cpp +++ b/Grbl_Esp32/Custom/4axis_xyza.cpp @@ -86,7 +86,7 @@ void user_defined_macro(uint8_t index) { grbl_sendf(CLIENT_ALL, "G38.2 Z-25.0 F50\r\n"); WebUI::inputBuffer.push("G38.2 Z-25.0 F50\r\n"); - // Plate thickness 20mm, so adjust Z hG54 height + // Plate thickness 20mm, so adjust Z G54 WCS height. NO X/Y WCS changes!!! 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