PDA

View Full Version : Touch probe peoblem



Sp00kie13
11-10-2018, 03:53 PM
Hi all

I’ve got a little conundrum. I’m trying to set a probe to set the my work position correctly on my Arduino gbrl cnc.

`
G38.2 Z-40 F60;
G92 Z5.80;
G91;
G0 Z5;
M30

G38.2 X-50 F60;
G92 X3.175;
G91;
G0 X10;
M30

G38.2 Y50 F60;
G92 Y3.175;
G91;
G0 Y10;
M30`

These are the macros I’ve set up in universal GCode sender, both the y axis and z axis work perfectly, but when I initiate the x axis, it moves 0.2mm but instead instantly executes the G0 X10 retract command.

Has anyone else had this issue or is it just me. Can anyone help me out with this?