Web V3 Probe Zero WS

I am attempting to use the new probe panel on the web ui v3, and it works, but it is not resetting the workspace coords to zero for X and Y.

I have a probe macro, that does work, and resets the workspace to zero.

This is the probe finalize settings
G10 L20 P0 #selected_axis##probe_thickness#;$J=G91 G21 F1000 #selected_axis##probe_retract#

Anyone got any ideas? Thanks

Normally, you only probe Z. Are you probing X and Y?

No I’m only probing z. But the macro I have for probing, it will reset ws for XYZ to 0,0,0 after a probe.

That’s an odd workflow but you could add those commands to the finalize settings. Just need to separate the commands with a ;

Normally, when I run a job, I jog to the starting position. It zeros X and Y there (technically sets a G92 offset). Then it probes. All in the gcode script handled by configuration in CAM. This is what is documented in milling basics. I never use the probe panel.

1 Like

Ahh that makes sense. I just need to adjust my workflow. Thanks!

1 Like