From: Bernhard Kubicek Date: Fri, 18 Nov 2011 21:22:07 +0000 (+0100) Subject: the normal config again.. X-Git-Tag: iwj-success-2012-07-29~228 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=edb5ea7efa555b59f17655e20e93d9e93499d5d8;p=marlin.git the normal config again.. --- diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index f1f0c65..1e12d4e 100644 --- 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