Probe Activation Switch followup (#20550)

2.0.x
Sebastiaan Dammann 4 years ago committed by Scott Lahteine
parent a03ebfda52
commit ec83a96484

@ -33,6 +33,6 @@
#define HEATER_0_PIN PA1 // HEATER1 #define HEATER_0_PIN PA1 // HEATER1
#define HEATER_BED_PIN PA2 // HOT BED #define HEATER_BED_PIN PA2 // HOT BED
#define FAN_PIN PA0 // FAN #define FAN_PIN PA0 // FAN
#define PROBE_ENABLE_PIN PC6 // Optoswitch to Enable Z Probe #define PROBE_ACTIVATION_SWITCH_PIN PC6 // Optoswitch to Enable Z Probe
#include "pins_CREALITY_V45x.h" #include "pins_CREALITY_V45x.h"

@ -33,6 +33,6 @@
#define HEATER_0_PIN PB14 // HEATER1 #define HEATER_0_PIN PB14 // HEATER1
#define HEATER_BED_PIN PB13 // HOT BED #define HEATER_BED_PIN PB13 // HOT BED
#define FAN_PIN PB15 // FAN #define FAN_PIN PB15 // FAN
#define PROBE_ENABLE_PIN PB2 // Optoswitch to Enable Z Probe #define PROBE_ACTIVATION_SWITCH_PIN PB2 // Optoswitch to Enable Z Probe
#include "pins_CREALITY_V45x.h" #include "pins_CREALITY_V45x.h"

Loading…
Cancel
Save