📌 Overridable probe-related pins (#23107)
This commit is contained in:
parent
6e284f8823
commit
2a90d93b17
@ -70,10 +70,15 @@
|
||||
//
|
||||
// Probe
|
||||
//
|
||||
#ifndef PROBE_TARE_PIN
|
||||
#define PROBE_TARE_PIN PA1
|
||||
#endif
|
||||
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#ifndef PROBE_ACTIVATION_SWITCH_PIN
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC2 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
@ -36,7 +36,9 @@
|
||||
#define FAN_PIN PA0 // FAN
|
||||
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#ifndef PROBE_ACTIVATION_SWITCH_PIN
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "pins_CREALITY_V45x.h"
|
||||
|
@ -36,7 +36,9 @@
|
||||
#define FAN_PIN PB15 // FAN
|
||||
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#ifndef PROBE_ACTIVATION_SWITCH_PIN
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PB2 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "pins_CREALITY_V45x.h"
|
||||
|
@ -64,7 +64,9 @@
|
||||
//
|
||||
// Probe
|
||||
//
|
||||
#ifndef PROBE_TARE_PIN
|
||||
#define PROBE_TARE_PIN PA5
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
@ -136,8 +136,10 @@
|
||||
// Probe enable
|
||||
//
|
||||
#if ENABLED(PROBE_ENABLE_DISABLE)
|
||||
#ifndef PROBE_ENABLE_PIN
|
||||
#define PROBE_ENABLE_PIN SERVO0_PIN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// Filament Runout Sensor
|
||||
|
Loading…
Reference in New Issue
Block a user