not working: M500 Store settings to EEPROM_SMART_RAMPS
I install Repetier-Firmware 0.92.9 version, not working: M500 Store settings to EEPROM
electronics SMART Ramps 1,4,1
but this Vrsi http://reprap.org/wiki/File:SMART_RAMPS_RepetierDue_En.zip works,
but I need the 0.92.9 version
help me please
Comments
#define SDA_PIN 20 // 20 or 70
#define SCL_PIN 21 // 21 or 71
#define TWI_CLOCK_FREQ 400000
// see eeprom device data sheet for the following values, these are for 24xx256
#define EEPROM_SERIAL_ADDR 0x50 // 7 bit i2c address (without R/W bit)
#define EEPROM_PAGE_SIZE 64 // page write buffer size
#define EEPROM_PAGE_WRITE_TIME 7 // page write time in milliseconds (docs say 5ms but that is too short)
// TWI_MMR_IADRSZ_1_BYTE for 1 byte, or TWI_MMR_IADRSZ_2_BYTE for 2 byte
#define EEPROM_ADDRSZ_BYTES TWI_MMR_IADRSZ_2_BYTE
#define EEPROM_AVAILABLE 1
You can also add Repetier-Firmware configuration tool here this LCD AZSMZ 12864 LCD with TF Card 3D printer smart controller control panel
thank you very much >- >- >-
http://reprap.org/mediawiki/images/f/f1/ArduinoDUE_0.92.9.zip
18 or CONTROLLER_GATE_3NOVATICA Gate Controller from 3Novatica
19 or CONTROLLER_SPARKLCD Sparkcube LCD on RADDS
20 or CONTROLLER_BAM_DICE_DUE DAM&DICE Due LCD Display
21 or CONTROLLER_VIKI2 Panucatt Viki2 graphic lcd
24 or CONTROLLER_ZONESTAR = Zonestar P802M with LCD 20x4 and 5 ADC button keypad
405 or CONTROLLER_FELIX_DUE Felix LCD für due based board
25 or CONTROLLER_AZSMZ12864 AZSMZ 12864 graphic lcd
*/
#define FEATURE_CONTROLLER CONTROLLER_AZSMZ_12864
/* You can have one keypad connected via single analog pin as seen on
some printers with Melzi V2.0 board, 20x4 LCD and 5 buttons keypad. This must be
the analog pin number! */
#define ADC_KEYPAD_PIN -1