|
@@ -1664,6 +1664,9 @@
|
1664
|
1664
|
#undef X_MAX_PIN
|
1665
|
1665
|
#define X_MAX_PIN -1
|
1666
|
1666
|
#endif
|
|
1667
|
+#if NONE(USE_XMIN_PLUG, USE_XMAX_PLUG)
|
|
1668
|
+ #undef X_STOP_PIN
|
|
1669
|
+#endif
|
1667
|
1670
|
#if DISABLED(USE_YMIN_PLUG)
|
1668
|
1671
|
#undef Y_MIN_PIN
|
1669
|
1672
|
#define Y_MIN_PIN -1
|
|
@@ -1672,6 +1675,9 @@
|
1672
|
1675
|
#undef Y_MAX_PIN
|
1673
|
1676
|
#define Y_MAX_PIN -1
|
1674
|
1677
|
#endif
|
|
1678
|
+#if NONE(USE_YMIN_PLUG, USE_YMAX_PLUG)
|
|
1679
|
+ #undef Y_STOP_PIN
|
|
1680
|
+#endif
|
1675
|
1681
|
#if DISABLED(USE_ZMIN_PLUG)
|
1676
|
1682
|
#undef Z_MIN_PIN
|
1677
|
1683
|
#define Z_MIN_PIN -1
|
|
@@ -1680,6 +1686,9 @@
|
1680
|
1686
|
#undef Z_MAX_PIN
|
1681
|
1687
|
#define Z_MAX_PIN -1
|
1682
|
1688
|
#endif
|
|
1689
|
+#if NONE(USE_ZMIN_PLUG, USE_ZMAX_PLUG)
|
|
1690
|
+ #undef Z_STOP_PIN
|
|
1691
|
+#endif
|
1683
|
1692
|
#if DISABLED(USE_IMIN_PLUG)
|
1684
|
1693
|
#undef I_MIN_PIN
|
1685
|
1694
|
#define I_MIN_PIN -1
|
|
@@ -1688,6 +1697,9 @@
|
1688
|
1697
|
#undef I_MAX_PIN
|
1689
|
1698
|
#define I_MAX_PIN -1
|
1690
|
1699
|
#endif
|
|
1700
|
+#if NONE(USE_IMIN_PLUG, USE_IMAX_PLUG)
|
|
1701
|
+ #undef I_STOP_PIN
|
|
1702
|
+#endif
|
1691
|
1703
|
#if DISABLED(USE_JMIN_PLUG)
|
1692
|
1704
|
#undef J_MIN_PIN
|
1693
|
1705
|
#define J_MIN_PIN -1
|
|
@@ -1696,6 +1708,9 @@
|
1696
|
1708
|
#undef J_MAX_PIN
|
1697
|
1709
|
#define J_MAX_PIN -1
|
1698
|
1710
|
#endif
|
|
1711
|
+#if NONE(USE_JMIN_PLUG, USE_JMAX_PLUG)
|
|
1712
|
+ #undef J_STOP_PIN
|
|
1713
|
+#endif
|
1699
|
1714
|
#if DISABLED(USE_KMIN_PLUG)
|
1700
|
1715
|
#undef K_MIN_PIN
|
1701
|
1716
|
#define K_MIN_PIN -1
|
|
@@ -1704,6 +1719,9 @@
|
1704
|
1719
|
#undef K_MAX_PIN
|
1705
|
1720
|
#define K_MAX_PIN -1
|
1706
|
1721
|
#endif
|
|
1722
|
+#if NONE(USE_KMIN_PLUG, USE_KMAX_PLUG)
|
|
1723
|
+ #undef K_STOP_PIN
|
|
1724
|
+#endif
|
1707
|
1725
|
#if DISABLED(USE_UMIN_PLUG)
|
1708
|
1726
|
#undef U_MIN_PIN
|
1709
|
1727
|
#define U_MIN_PIN -1
|
|
@@ -1712,6 +1730,9 @@
|
1712
|
1730
|
#undef U_MAX_PIN
|
1713
|
1731
|
#define U_MAX_PIN -1
|
1714
|
1732
|
#endif
|
|
1733
|
+#if NONE(USE_UMIN_PLUG, USE_UMAX_PLUG)
|
|
1734
|
+ #undef U_STOP_PIN
|
|
1735
|
+#endif
|
1715
|
1736
|
#if DISABLED(USE_VMIN_PLUG)
|
1716
|
1737
|
#undef V_MIN_PIN
|
1717
|
1738
|
#define V_MIN_PIN -1
|
|
@@ -1720,6 +1741,9 @@
|
1720
|
1741
|
#undef V_MAX_PIN
|
1721
|
1742
|
#define V_MAX_PIN -1
|
1722
|
1743
|
#endif
|
|
1744
|
+#if NONE(USE_VMIN_PLUG, USE_VMAX_PLUG)
|
|
1745
|
+ #undef V_STOP_PIN
|
|
1746
|
+#endif
|
1723
|
1747
|
#if DISABLED(USE_WMIN_PLUG)
|
1724
|
1748
|
#undef W_MIN_PIN
|
1725
|
1749
|
#define W_MIN_PIN -1
|
|
@@ -1728,6 +1752,9 @@
|
1728
|
1752
|
#undef W_MAX_PIN
|
1729
|
1753
|
#define W_MAX_PIN -1
|
1730
|
1754
|
#endif
|
|
1755
|
+#if NONE(USE_WMIN_PLUG, USE_WMAX_PLUG)
|
|
1756
|
+ #undef W_STOP_PIN
|
|
1757
|
+#endif
|
1731
|
1758
|
|
1732
|
1759
|
#if DISABLED(X_DUAL_ENDSTOPS) || X_HOME_TO_MAX
|
1733
|
1760
|
#undef X2_MIN_PIN
|