|
@ -42,6 +42,9 @@ |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#include "../inc/MarlinConfig.h" |
|
|
#include "../inc/MarlinConfig.h" |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(MALYAN_LCD) |
|
|
|
|
|
|
|
|
#include "../sd/cardreader.h" |
|
|
#include "../sd/cardreader.h" |
|
|
#include "../sd/SdFatConfig.h" |
|
|
#include "../sd/SdFatConfig.h" |
|
|
#include "../module/temperature.h" |
|
|
#include "../module/temperature.h" |
|
@ -57,8 +60,6 @@ |
|
|
|
|
|
|
|
|
#include "../Marlin.h" |
|
|
#include "../Marlin.h" |
|
|
|
|
|
|
|
|
#if ENABLED(MALYAN_LCD) |
|
|
|
|
|
|
|
|
|
|
|
// On the Malyan M200, this will be Serial1. On a RAMPS board,
|
|
|
// On the Malyan M200, this will be Serial1. On a RAMPS board,
|
|
|
// it might not be.
|
|
|
// it might not be.
|
|
|
#define LCD_SERIAL Serial1 |
|
|
#define LCD_SERIAL Serial1 |
|
|