thisiskeithb
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
12 deletions
-
Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
|
@ -31,18 +31,10 @@ |
|
|
|
|
|
|
|
|
#define BOARD_INFO_NAME "BIGTREE GTR 1.0" |
|
|
#define BOARD_INFO_NAME "BIGTREE GTR 1.0" |
|
|
|
|
|
|
|
|
// Use one of these or SDCard-based Emulation will be used
|
|
|
// Onboard I2C EEPROM
|
|
|
#if NO_EEPROM_SELECTED |
|
|
#define I2C_EEPROM |
|
|
//#define I2C_EEPROM
|
|
|
#undef E2END |
|
|
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
|
|
|
#define E2END 0x1FFF // EEPROM end address 24C64 (64Kb = 8KB)
|
|
|
//#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(FLASH_EEPROM_EMULATION) |
|
|
|
|
|
// Decrease delays and flash wear by spreading writes across the
|
|
|
|
|
|
// 128 kB sector allocated for EEPROM emulation.
|
|
|
|
|
|
#define FLASH_EEPROM_LEVELING |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#define TP // Enable to define servo and probe pins
|
|
|
#define TP // Enable to define servo and probe pins
|
|
|
|
|
|
|
|
|