Browse Source

Probe Activation Switch followup (#20550)

Sebastiaan Dammann 4 years ago
parent
commit
2be027f92e
No account linked to committer's email address

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V452.h View File

@@ -33,6 +33,6 @@
33 33
 #define HEATER_0_PIN                        PA1   // HEATER1
34 34
 #define HEATER_BED_PIN                      PA2   // HOT BED
35 35
 #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
37 37
 
38 38
 #include "pins_CREALITY_V45x.h"

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V453.h View File

@@ -33,6 +33,6 @@
33 33
 #define HEATER_0_PIN                        PB14  // HEATER1
34 34
 #define HEATER_BED_PIN                      PB13  // HOT BED
35 35
 #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
37 37
 
38 38
 #include "pins_CREALITY_V45x.h"

Loading…
Cancel
Save