Enabled EEPROM storage

master
Marcio Teixeira 7 years ago
parent 074a3615c7
commit 9202dc69d7

@ -63,7 +63,7 @@
#error Angelfish_Aero // Titan AERO (Angelfish) #error Angelfish_Aero // Titan AERO (Angelfish)
#endif #endif
#define LULZBOT_FW_VERSION ".1" #define LULZBOT_FW_VERSION ".2"
// Select options based on printer model // Select options based on printer model
@ -98,6 +98,7 @@
// Shared values // Shared values
#define LULZBOT_STRING_CONFIG_H_AUTHOR "(Aleph Objects Inc., LulzBot Default)" #define LULZBOT_STRING_CONFIG_H_AUTHOR "(Aleph Objects Inc., LulzBot Default)"
#define LULZBOT_BUFSIZE 10 #define LULZBOT_BUFSIZE 10
#define LULZBOT_EEPROM_SETTINGS
// Temperature settings // Temperature settings

Loading…
Cancel
Save