Skip to content

Commit ec83a96

Browse files
Sebazzzthinkyhead
authored andcommitted
Probe Activation Switch followup (#20550)
1 parent a03ebfd commit ec83a96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Marlin/src/pins/stm32f1/pins_CREALITY_V452.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
#define HEATER_0_PIN PA1 // HEATER1
3434
#define HEATER_BED_PIN PA2 // HOT BED
3535
#define FAN_PIN PA0 // FAN
36-
#define PROBE_ENABLE_PIN PC6 // Optoswitch to Enable Z Probe
36+
#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Optoswitch to Enable Z Probe
3737

3838
#include "pins_CREALITY_V45x.h"

Marlin/src/pins/stm32f1/pins_CREALITY_V453.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
#define HEATER_0_PIN PB14 // HEATER1
3434
#define HEATER_BED_PIN PB13 // HOT BED
3535
#define FAN_PIN PB15 // FAN
36-
#define PROBE_ENABLE_PIN PB2 // Optoswitch to Enable Z Probe
36+
#define PROBE_ACTIVATION_SWITCH_PIN PB2 // Optoswitch to Enable Z Probe
3737

3838
#include "pins_CREALITY_V45x.h"

0 commit comments

Comments
 (0)