Update FYSETC S6 pins/variants (#17056)
This commit is contained in:
parent
efc739a880
commit
a698bfdc2a
2 changed files with 5 additions and 1 deletions
|
|
@ -41,6 +41,9 @@
|
|||
// EEPROM Emulation
|
||||
//
|
||||
#define FLASH_EEPROM_EMULATION
|
||||
#if ENABLED(FLASH_EEPROM_EMULATION)
|
||||
#define FLASH_EEPROM_LEVELING
|
||||
#endif
|
||||
//#define SRAM_EEPROM_EMULATION
|
||||
//#define I2C_EEPROM
|
||||
#ifdef I2C_EEPROM
|
||||
|
|
@ -65,6 +68,7 @@
|
|||
|
||||
//
|
||||
// Filament Sensor
|
||||
// share with X_MAX_PIN
|
||||
//
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN PA1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue