@ -70,9 +70,14 @@
//
// Probe
#define PROBE_TARE_PIN PA1
#ifndef PROBE_TARE_PIN
#endif
#if ENABLED(PROBE_ACTIVATION_SWITCH)
#define PROBE_ACTIVATION_SWITCH_PIN PC2 // Optoswitch to Enable Z Probe
#ifndef PROBE_ACTIVATION_SWITCH_PIN
@ -36,7 +36,9 @@
#define FAN_PIN PA0 // FAN
#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Optoswitch to Enable Z Probe
#include "pins_CREALITY_V45x.h"
#define FAN_PIN PB15 // FAN
#define PROBE_ACTIVATION_SWITCH_PIN PB2 // Optoswitch to Enable Z Probe
@ -64,7 +64,9 @@
#define PROBE_TARE_PIN PA5
// Steppers
@ -136,7 +136,9 @@
// Probe enable
#if ENABLED(PROBE_ENABLE_DISABLE)
#define PROBE_ENABLE_PIN SERVO0_PIN
#ifndef PROBE_ENABLE_PIN