mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🔧 Z-MIN as CREALITY V25 S1 probe
This commit is contained in:
parent
10947a463b
commit
d1e995670d
1 changed files with 6 additions and 12 deletions
|
@ -61,20 +61,14 @@
|
||||||
//
|
//
|
||||||
#define X_STOP_PIN PC4
|
#define X_STOP_PIN PC4
|
||||||
#define Y_STOP_PIN PC5
|
#define Y_STOP_PIN PC5
|
||||||
|
#define Z_STOP_PIN PC15
|
||||||
|
|
||||||
#if ENABLED(BLTOUCH)
|
#if ENABLED(BLTOUCH)
|
||||||
#define Z_STOP_PIN -1
|
|
||||||
#define SERVO0_PIN PC14 // BLTouch OUT PIN
|
#define SERVO0_PIN PC14 // BLTouch OUT PIN
|
||||||
#ifndef Z_MIN_PROBE_PIN
|
#elif ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||||
#define Z_MIN_PROBE_PIN PC15 // BLTouch IN PIN
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
#define Z_STOP_PIN PC15
|
|
||||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
|
||||||
#define PROBE_TARE_PIN PC14
|
#define PROBE_TARE_PIN PC14
|
||||||
#define PROBE_ACTIVATION_SWITCH_PIN PB2
|
#define PROBE_ACTIVATION_SWITCH_PIN PB2
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Filament Runout Sensor
|
// Filament Runout Sensor
|
||||||
|
|
Loading…
Reference in a new issue