Browse Source

add original RADDS LCD + Controller

adds setup for the original Radds Display+Controller+SD Card Reader PCB
http://doku.radds.org/dokumentation/lcd-display/
Even 7 years ago
parent
commit
ea1a8d1223
2 changed files with 10 additions and 0 deletions
  1. 6
    0
      Marlin/Configuration.h
  2. 4
    0
      Marlin/src/inc/Conditionals_LCD.h

+ 6
- 0
Marlin/Configuration.h View File

@@ -1418,6 +1418,12 @@
1418 1418
 //
1419 1419
 
1420 1420
 //
1421
+// Original RADDS LCD Display+Encoder+SDCardReader
1422
+// http://doku.radds.org/dokumentation/lcd-display/
1423
+//
1424
+//#define RADDS_DISPLAY
1425
+
1426
+//
1421 1427
 // ULTIMAKER Controller.
1422 1428
 //
1423 1429
 //#define ULTIMAKERCONTROLLER

+ 4
- 0
Marlin/src/inc/Conditionals_LCD.h View File

@@ -56,6 +56,10 @@
56 56
   #define ENCODER_FEEDRATE_DEADZONE 2
57 57
   #define REVERSE_MENU_DIRECTION
58 58
 
59
+#elif ENABLED(RADDS_DISPLAY) 
60
+  #define ULTIPANEL
61
+  #define ENCODER_PULSES_PER_STEP 2
62
+
59 63
 #elif ENABLED(ANET_FULL_GRAPHICS_LCD)
60 64
 
61 65
   #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

Loading…
Cancel
Save