Skip to content

Commit

Permalink
Probe Activation Switch followup (#20550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz authored Dec 23, 2020
1 parent 34d9cb6 commit 2be027f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_CREALITY_V452.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
#define HEATER_0_PIN PA1 // HEATER1
#define HEATER_BED_PIN PA2 // HOT BED
#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"
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_CREALITY_V453.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
#define HEATER_0_PIN PB14 // HEATER1
#define HEATER_BED_PIN PB13 // HOT BED
#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"

0 comments on commit 2be027f

Please sign in to comment.