From d781fb7aff8b241f0b2891a394e9b05d2b40a318 Mon Sep 17 00:00:00 2001 From: JensHauser Date: Sat, 13 Feb 2021 17:45:51 +0100 Subject: [PATCH] Z probe corretion --- 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 5dc6921b..e159a95a 100644 --- a/Grbl_Esp32/Custom/4axis_xyza.cpp +++ b/Grbl_Esp32/Custom/4axis_xyza.cpp @@ -80,7 +80,7 @@ void user_defined_macro(uint8_t index) { // use datum plane XY, mm unit of measure, relative addresing mode grbl_sendf(CLIENT_ALL, "G17 G21 G91\r\n"); - WebUI::inputBuffer.push("G21 G91\r\n"); + WebUI::inputBuffer.push("G17 G21 G91\r\n"); // Go 25mm deeper to hopefully hit alu plate grbl_sendf(CLIENT_ALL, "G38.2 Z-25.0 F50\r\n");