Salvatore Bramante
2 years ago
No account linked to committer's email address
|
@@ -37,4 +37,8 @@
|
37
|
37
|
#define TEMP_0_PIN PF4 // TH0
|
38
|
38
|
#endif
|
39
|
39
|
|
|
40
|
+#if !defined(Z_MIN_PROBE_PIN) && DISABLED(BLTOUCH)
|
|
41
|
+ #define Z_MIN_PROBE_PIN PC5 // Probe (Proximity switch) port
|
|
42
|
+#endif
|
|
43
|
+
|
40
|
44
|
#include "pins_BTT_OCTOPUS_V1_common.h"
|
|
@@ -61,11 +61,7 @@
|
61
|
61
|
// Z Probe (when not Z_MIN_PIN)
|
62
|
62
|
//
|
63
|
63
|
#ifndef Z_MIN_PROBE_PIN
|
64
|
|
- #if ENABLED(BLTOUCH)
|
65
|
|
- #define Z_MIN_PROBE_PIN PB7
|
66
|
|
- #else
|
67
|
|
- #define Z_MIN_PROBE_PIN PC5 // Probe (Proximity switch) port
|
68
|
|
- #endif
|
|
64
|
+ #define Z_MIN_PROBE_PIN PB7
|
69
|
65
|
#endif
|
70
|
66
|
|
71
|
67
|
//
|