diff --git a/docs/electronics/jackpot.md b/docs/electronics/jackpot.md index 2f089313a..559465f17 100644 --- a/docs/electronics/jackpot.md +++ b/docs/electronics/jackpot.md @@ -98,13 +98,13 @@ Also, Bart Dring and Mitch Bradley many thanks for GRBL-ESP32 and now [FluidNC]( Click on the images to enlarge them.
-![!Jackpot CNC mpcnc pins](../img/jackpot/MPCNC Labels.png){: loading=lazy width="400"} -
MPCNC = X, Y, Z, X2(A), Y2(B)
+![!Jackpot CNC mpcnc pins](../img/jackpot/mpcnclabel.png){: loading=lazy width="400"} +
MPCNC = X0, Y0, Z, X1(A), Y1(B)
-![!Jackpot CNC LR pins](../img/jackpot/Lowrider labels.png){: loading=lazy width="400"} -
LR = X, Y, Z, Y2(A), Z2(B)
+![!Jackpot CNC LR pins](../img/jackpot/lowriderlabel.png){: loading=lazy width="400"} +
LR = X, Y0, Z0, Y1(A), Z1(B)
The probe/touchplate plugs into the last port (gpio.36), on either configuration. diff --git a/docs/img/jackpot/Lowrider labels.png b/docs/img/jackpot/Lowrider labels.png deleted file mode 100644 index 3048d1eaa..000000000 Binary files a/docs/img/jackpot/Lowrider labels.png and /dev/null differ diff --git a/docs/img/jackpot/MPCNC Labels.png b/docs/img/jackpot/MPCNC Labels.png deleted file mode 100644 index c68a57cdf..000000000 Binary files a/docs/img/jackpot/MPCNC Labels.png and /dev/null differ diff --git a/docs/img/jackpot/lowriderlabel.png b/docs/img/jackpot/lowriderlabel.png new file mode 100644 index 000000000..c798adf19 Binary files /dev/null and b/docs/img/jackpot/lowriderlabel.png differ diff --git a/docs/img/jackpot/mpcnclabel.png b/docs/img/jackpot/mpcnclabel.png new file mode 100644 index 000000000..c7b7b1854 Binary files /dev/null and b/docs/img/jackpot/mpcnclabel.png differ