🔧 Z-MIN as CREALITY V25 S1 probe
This commit is contained in:
@@ -61,20 +61,14 @@
|
||||
//
|
||||
#define X_STOP_PIN PC4
|
||||
#define Y_STOP_PIN PC5
|
||||
#define Z_STOP_PIN PC15
|
||||
|
||||
#if ENABLED(BLTOUCH)
|
||||
#define Z_STOP_PIN -1
|
||||
#define SERVO0_PIN PC14 // BLTouch OUT PIN
|
||||
#ifndef Z_MIN_PROBE_PIN
|
||||
#define Z_MIN_PROBE_PIN PC15 // BLTouch IN PIN
|
||||
#endif
|
||||
#else
|
||||
#define Z_STOP_PIN PC15
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#elif ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#define PROBE_TARE_PIN PC14
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PB2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// Filament Runout Sensor
|
||||
|
Reference in New Issue
Block a user