主板是前面讲到的 mega2560 + Ramps1.4,刷 Marlin 固件。
常用到 LCD 有两款,分别是 RepRapDiscount Full Graphic Smart Controller 和 RepRapDiscount Smart Controller。配置略有不同,一定要分清楚自己用的是哪款,看下图。以下配置和测试均都是在前者的基础上。

RepRapDiscount Full Graphic Smart Controller

RepRapDiscount Smart Controller
首先 Arduino IDE 安装 U8glib。在 IDE 内搜索安装或者下载 zip 安装都可以。
修改 Marlin 配置 Configuration.h
1)#define LCD_LANGUAGE en
显示的语言,简体中文用 zh_CN
2)#define SDSUPPORT
启用使用带 SD 读卡器
3)#define SPEAKER
开启蜂鸣器
4)#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
对