chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df5727
)
the normal config again..
author
Bernhard Kubicek
<kubicek@gmx.at>
Fri, 18 Nov 2011 21:22:07 +0000
(22:22 +0100)
committer
Bernhard Kubicek
<kubicek@gmx.at>
Fri, 18 Nov 2011 21:22:07 +0000
(22:22 +0100)
Marlin/Configuration.h
patch
|
blob
|
history
diff --git
a/Marlin/Configuration.h
b/Marlin/Configuration.h
index f1f0c651cf4e23fd2141c733544ee4e52d5ba2b1..1e12d4e225fd048e03904343d4f54decd0ef4016 100644
(file)
--- a/
Marlin/Configuration.h
+++ b/
Marlin/Configuration.h
@@
-4,8
+4,8
@@
// This determines the communication speed of the printer
-
//
#define BAUDRATE 250000
-#define BAUDRATE 115200
+#define BAUDRATE 250000
+
//
#define BAUDRATE 115200
//#define BAUDRATE 230400
@@
-277,7
+277,7
@@
const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
#define ULTIPANEL
#ifdef ULTIPANEL
- #define NEWPANEL //enable this if you have a click-encoder panel
+
//
#define NEWPANEL //enable this if you have a click-encoder panel
#define SDSUPPORT
#define ULTRA_LCD
#define LCD_WIDTH 20