Commit 9f28944 1 parent 4bde859 commit 9f28944 Copy full SHA for 9f28944
File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 49
49
#define I2C_EEPROM
50
50
#endif
51
51
52
- /* I2C */
53
52
#if ENABLED (I2C_EEPROM )
54
53
#define IIC_EEPROM_SDA PB7
55
54
#define IIC_EEPROM_SCL PB6
56
-
57
55
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
58
56
#elif ENABLED (SDCARD_EEPROM_EMULATION )
59
57
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
60
58
#endif
61
59
62
- #define E2END (MARLIN_EEPROM_SIZE - 1) // 2KB
63
-
64
60
//
65
61
// Limit Switches
66
62
//
67
63
68
64
#define X_STOP_PIN PC0
69
65
#define Y_STOP_PIN PC1
70
- #define Z_STOP_PIN PC14 // Endtop or Probe
66
+ #define Z_STOP_PIN PC14 // Endstop or Probe
71
67
72
68
#define FIL_RUNOUT_PIN PC15
73
69
165
161
#if SD_CONNECTION_IS (ONBOARD )
166
162
#define SD_DETECT_PIN PC4
167
163
#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
169
165
#endif
170
166
171
167
//
You can’t perform that action at this time.
0 commit comments