I have her up and ruunning and have install the V3 GUI on my Jackpot and can connect. I am using AP mode only as its far from my network and at the limits.
I can move the head x, y and z directions by specified amounts, all good.
I am struggling to find out what the icons on the GUI are for, I guessed one set was to zero the current position to have coordinates as “zero” and the other set of icons on the UI as go to Home (or the previously zeroed position).
This doesn’t work and always ends with me sprinting for the power connector to the jackpot and pulling power. I’ve searched high and low on Fluid WIKI for a manual or reference guide, I’ve even scanned Discord for the answer, can someone point me in the direction of the info or tell me what the following icons on the Jog panel do?
2nd row in grid - x,y and z prefixed with house symbol
3rd row in grid - zero numeral followed by x, y and z
zero button with three dots (I presume it does all 2nd row buttons at once)
Caveat - I’m running Marlin, so I’m not 100% familiar with the GUI, but…
A Home command will always (or should always) move the selected axis toward the limit switches amd stop when it hits the limit switch. It will then set the axis position to 0 (or some other number for Z). Zeroing at a location other than the Home location will not affect this behaviour.
Homing of the 3 individual axis
Zeroing of the 3 individual axis at its current location
Zeroes all three axis at their current locations. I’m assuming that you mean the third row
Great, many thanks, that clears up my misunderstanding of how things are supposed to work.
I didnt understand the function of “home”, I thought it was to return to a zeroed point. I also tested all the limit switches and found one was disconnected and another pair had been switched after a minor wire reroute. After fixing that it’s fantastic to see the machine home itself.
For this, try using a G0 X0 Y0 Zn command (n should be >0, otherwise the mill will contact the material during the move). Or just use G0 X0 Y0 to leave the Z axis where it is.