Skip to content

Commit

Permalink
🔧 Z-MIN as CREALITY V25 S1 probe
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 8, 2023
1 parent 10947a4 commit d1e9956
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions Marlin/src/pins/stm32f1/pins_CREALITY_V25S1.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,23 @@
#if ENABLED(IIC_BL24CXX_EEPROM)
#define IIC_EEPROM_SDA PA11
#define IIC_EEPROM_SCL PA12
#define MARLIN_EEPROM_SIZE 0x800 // 2K (24C16)
#define MARLIN_EEPROM_SIZE 0x800 // 2K (24C16)
#elif ANY(SDCARD_EEPROM_EMULATION, FLASH_EEPROM_EMULATION)
#define MARLIN_EEPROM_SIZE 0x800 // 2K
#define MARLIN_EEPROM_SIZE 0x800 // 2K
#endif

//
// Limit Switches
//
#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)
#define PROBE_TARE_PIN PC14
#define PROBE_ACTIVATION_SWITCH_PIN PB2
#endif
#elif ENABLED(PROBE_ACTIVATION_SWITCH)
#define PROBE_TARE_PIN PC14
#define PROBE_ACTIVATION_SWITCH_PIN PB2
#endif

//
Expand Down

0 comments on commit d1e9956

Please sign in to comment.