|
|
|
|
17
|
#define SERIAL_PORT 0
|
17
|
#define SERIAL_PORT 0
|
18
|
|
18
|
|
19
|
// This determines the communication speed of the printer
|
19
|
// This determines the communication speed of the printer
|
20
|
-#define BAUDRATE 115200
|
|
|
|
|
20
|
+#define BAUDRATE 250000
|
|
|
21
|
+//#define BAUDRATE 115200
|
21
|
|
22
|
|
22
|
//// The following define selects which electronics board you have. Please choose the one that matches your setup
|
23
|
//// The following define selects which electronics board you have. Please choose the one that matches your setup
|
23
|
// 10 = Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
|
24
|
// 10 = Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
|
|
|
|
|
371
|
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
372
|
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
372
|
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
373
|
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
373
|
//define this to enable eeprom support
|
374
|
//define this to enable eeprom support
|
374
|
-#define EEPROM_SETTINGS
|
|
|
|
|
375
|
+//#define EEPROM_SETTINGS
|
375
|
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
|
376
|
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
|
376
|
// please keep turned on if you can.
|
377
|
// please keep turned on if you can.
|
377
|
-#define EEPROM_CHITCHAT
|
|
|
|
|
378
|
+//#define EEPROM_CHITCHAT
|
378
|
|
379
|
|
379
|
// Preheat Constants
|
380
|
// Preheat Constants
|
380
|
#define PLA_PREHEAT_HOTEND_TEMP 180
|
381
|
#define PLA_PREHEAT_HOTEND_TEMP 180
|