Skip to content

Commit 9f28944

Browse files
thinkyheadDarred
authored andcommitted
🩹 Clean up BTT_SKR_CR6
Fixes MarlinFirmware#22665
1 parent 4bde859 commit 9f28944

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Marlin/src/pins/stm32f1/pins_BTT_SKR_CR6.h

+2-6
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,21 @@
4949
#define I2C_EEPROM
5050
#endif
5151

52-
/* I2C */
5352
#if ENABLED(I2C_EEPROM)
5453
#define IIC_EEPROM_SDA PB7
5554
#define IIC_EEPROM_SCL PB6
56-
5755
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
5856
#elif ENABLED(SDCARD_EEPROM_EMULATION)
5957
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
6058
#endif
6159

62-
#define E2END (MARLIN_EEPROM_SIZE - 1) // 2KB
63-
6460
//
6561
// Limit Switches
6662
//
6763

6864
#define X_STOP_PIN PC0
6965
#define Y_STOP_PIN PC1
70-
#define Z_STOP_PIN PC14 // Endtop or Probe
66+
#define Z_STOP_PIN PC14 // Endstop or Probe
7167

7268
#define FIL_RUNOUT_PIN PC15
7369

@@ -165,7 +161,7 @@
165161
#if SD_CONNECTION_IS(ONBOARD)
166162
#define SD_DETECT_PIN PC4
167163
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
168-
#define SDSS ONBOARD_SD_CS_PIN
164+
#define SDSS ONBOARD_SD_CS_PIN
169165
#endif
170166

171167
//

0 commit comments

Comments
 (0)