|
|
|
@ -759,6 +759,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|
|
|
|
//=============================================================================
|
|
|
|
|
//============================= LCD and SD support ============================
|
|
|
|
|
//=============================================================================
|
|
|
|
|
|
|
|
|
|
// @section lcd
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
@ -941,6 +942,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|
|
|
|
//
|
|
|
|
|
// MakerLab Mini Panel with graphic
|
|
|
|
|
// controller and SD support - http://reprap.org/wiki/Mini_panel
|
|
|
|
|
//
|
|
|
|
|
//#define MINIPANEL
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
@ -953,6 +955,18 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|
|
|
|
//#define REPRAPWORLD_KEYPAD
|
|
|
|
|
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// RigidBot Panel V1.0
|
|
|
|
|
// http://www.inventapart.com/
|
|
|
|
|
//
|
|
|
|
|
//#define RIGIDBOT_PANEL
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// BQ LCD Smart Controller shipped by
|
|
|
|
|
// default with the BQ Hephestos 2 and Witbox 2.
|
|
|
|
|
//
|
|
|
|
|
//#define BQ_LCD_SMART_CONTROLLER
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// CONTROLLER TYPE: I2C
|
|
|
|
|
//
|
|
|
|
@ -965,10 +979,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|
|
|
|
// http://www.elefu.com/index.php?route=product/product&product_id=53
|
|
|
|
|
//
|
|
|
|
|
//#define RA_CONTROL_PANEL
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
|
|
|
|
//
|
|
|
|
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// LCM160 LCD adapter.
|
|
|
|
|
// Generic LCM1602 LCD adapter
|
|
|
|
|
//
|
|
|
|
|
//#define LCM1602
|
|
|
|
|
|
|
|
|
@ -1003,6 +1021,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|
|
|
|
//
|
|
|
|
|
//#define SAV_3DLCD
|
|
|
|
|
|
|
|
|
|
//=============================================================================
|
|
|
|
|
//=============================== Extra Features ==============================
|
|
|
|
|
//=============================================================================
|
|
|
|
|
|
|
|
|
|
// @section extras
|
|
|
|
|
|
|
|
|
|
// Increase the FAN PWM frequency. Removes the PWM noise but increases heating in the FET/Arduino
|
|
|
|
|