Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Add 2004 RRD MKS Support
Browse files Browse the repository at this point in the history
Add 2004 RRD MKS Support
  • Loading branch information
Timothy Hoogland committed Oct 2, 2019
1 parent 1e858df commit e0b03f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion TH3DUF_R2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@
// If your lcd knob moves the wrong direction uncomment the below line to reverse it
//#define MKS_KNOB_REVERSE

// If you are using the RepRap 2004 LCD Controller Use the below line to enable that display
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

//===========================================================================
// ************************* END PRINTER SECTION *************************
//===========================================================================
Expand Down Expand Up @@ -964,6 +967,6 @@
#include "Configuration_beta.h"
#include "Configuration_backend.h"

#define UNIFIED_VERSION "TH3D U1.R2.16"
#define UNIFIED_VERSION "TH3D U1.R2.16a"

#endif // CONFIGURATION_H
8 changes: 7 additions & 1 deletion TH3DUF_R2/Configuration_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,13 @@
#define BAUDRATE 250000

#if DISABLED(CR10_STOCKDISPLAY)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#if DISABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#endif
#endif

#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define LCD2004
#endif

#define ENCODER_PULSES_PER_STEP 4
Expand Down

0 comments on commit e0b03f5

Please sign in to comment.