Browse Source

the normal config again..

Bernhard Kubicek 13 years ago
parent
commit
edb5ea7efa
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/Configuration.h

+ 3
- 3
Marlin/Configuration.h View File

@@ -4,8 +4,8 @@
4 4
 
5 5
 
6 6
 // This determines the communication speed of the printer
7
-//#define BAUDRATE 250000
8
-#define BAUDRATE 115200
7
+#define BAUDRATE 250000
8
+//#define BAUDRATE 115200
9 9
 //#define BAUDRATE 230400
10 10
 
11 11
 
@@ -277,7 +277,7 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
277 277
 
278 278
 #define ULTIPANEL
279 279
 #ifdef ULTIPANEL
280
-  #define NEWPANEL  //enable this if you have a click-encoder panel
280
+//  #define NEWPANEL  //enable this if you have a click-encoder panel
281 281
   #define SDSUPPORT
282 282
   #define ULTRA_LCD
283 283
   #define LCD_WIDTH 20

Loading…
Cancel
Save