GSender Z-probe goes up to endstop instead of probing downward

Good day,

I’m trying to switch from UGS to GSender, but I’m having an issue with the Z-probe function. When I initiate probing in GSender, the Z-axis moves upward until it hits the endstop and then stops, instead of moving down toward the probe block.

In UGS I use the following G-code for probing, which works correctly:

G21 G91 G38.2 Z-30 F100
G0 Z1
G38.2 Z-2 F10
G0 Z10 F20
G92 Z30.4

My setup:

  • Machine: X6-1500 router

  • Controller: FluidNC controller board

Greetings Fonzie

Welcome aboard @Fonzie,

Great question! If you head into the Config tab in gSender, then select the probe section, you will find that you can invert your probe direction with a toggle switch.

Try to flip that setting, then hit the “Apply Settings” button in the bottom right to save your new setting. To see more details on how you can use the probe function in gSender, head over to Probing

Cheers,
Stephen

Thank you Stehan, that fixed it!

Greetings Fonzie