1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 10:01:48 +02:00

Z probe corretion

This commit is contained in:
JensHauser
2021-02-13 17:45:51 +01:00
parent 5d36fdf9e6
commit d781fb7aff

View File

@@ -80,7 +80,7 @@ void user_defined_macro(uint8_t index) {
// use datum plane XY, mm unit of measure, relative addresing mode // use datum plane XY, mm unit of measure, relative addresing mode
grbl_sendf(CLIENT_ALL, "G17 G21 G91\r\n"); 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 // Go 25mm deeper to hopefully hit alu plate
grbl_sendf(CLIENT_ALL, "G38.2 Z-25.0 F50\r\n"); grbl_sendf(CLIENT_ALL, "G38.2 Z-25.0 F50\r\n");