Browse Source

restored configuration.h defaults

Erik van der Zalm 11 years ago
parent
commit
6397b3339c
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      Marlin/Configuration.h

+ 4
- 3
Marlin/Configuration.h View File

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

Loading…
Cancel
Save