Selaa lähdekoodia

Merge pull request #8876 from subdancer/bugfix-2.0.x

[2.0.x] RADDS LCD Display
Scott Lahteine 7 vuotta sitten
vanhempi
commit
737561c1b3
No account linked to committer's email address
45 muutettua tiedostoa jossa 268 lisäystä ja 0 poistoa
  1. 6
    0
      Marlin/Configuration.h
  2. 6
    0
      Marlin/src/config/default/Configuration.h
  3. 6
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  4. 6
    0
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  5. 6
    0
      Marlin/src/config/examples/Anet/A6/Configuration.h
  6. 6
    0
      Marlin/src/config/examples/Anet/A8/Configuration.h
  7. 6
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  8. 6
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  9. 6
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  10. 6
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  11. 6
    0
      Marlin/src/config/examples/Cartesio/Configuration.h
  12. 6
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  13. 6
    0
      Marlin/src/config/examples/Felix/Configuration.h
  14. 6
    0
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  15. 6
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  16. 6
    0
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  17. 6
    0
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  18. 6
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  19. 6
    0
      Marlin/src/config/examples/MakerParts/Configuration.h
  20. 6
    0
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  21. 6
    0
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  22. 6
    0
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  23. 6
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  24. 6
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  25. 6
    0
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  26. 6
    0
      Marlin/src/config/examples/RigidBot/Configuration.h
  27. 6
    0
      Marlin/src/config/examples/SCARA/Configuration.h
  28. 6
    0
      Marlin/src/config/examples/STM32F10/Configuration.h
  29. 6
    0
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  30. 6
    0
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  31. 6
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  32. 6
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  33. 6
    0
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  34. 6
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  35. 6
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  36. 6
    0
      Marlin/src/config/examples/delta/generic/Configuration.h
  37. 6
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  38. 6
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  39. 6
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  40. 6
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  41. 6
    0
      Marlin/src/config/examples/makibox/Configuration.h
  42. 6
    0
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  43. 6
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  44. 6
    0
      Marlin/src/config/examples/wt150/Configuration.h
  45. 4
    0
      Marlin/src/inc/Conditionals_LCD.h

+ 6
- 0
Marlin/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/default/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h Näytä tiedosto

@@ -1438,6 +1438,12 @@
1438 1438
 //
1439 1439
 
1440 1440
 //
1441
+// Original RADDS LCD Display+Encoder+SDCardReader
1442
+// http://doku.radds.org/dokumentation/lcd-display/
1443
+//
1444
+//#define RADDS_DISPLAY
1445
+
1446
+//
1441 1447
 // ULTIMAKER Controller.
1442 1448
 //
1443 1449
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/Anet/A6/Configuration.h Näytä tiedosto

@@ -1575,6 +1575,12 @@
1575 1575
 //
1576 1576
 
1577 1577
 //
1578
+// Original RADDS LCD Display+Encoder+SDCardReader
1579
+// http://doku.radds.org/dokumentation/lcd-display/
1580
+//
1581
+//#define RADDS_DISPLAY
1582
+
1583
+//
1578 1584
 // ULTIMAKER Controller.
1579 1585
 //
1580 1586
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Anet/A8/Configuration.h Näytä tiedosto

@@ -1424,6 +1424,12 @@
1424 1424
 //
1425 1425
 
1426 1426
 //
1427
+// Original RADDS LCD Display+Encoder+SDCardReader
1428
+// http://doku.radds.org/dokumentation/lcd-display/
1429
+//
1430
+//#define RADDS_DISPLAY
1431
+
1432
+//
1427 1433
 // ULTIMAKER Controller.
1428 1434
 //
1429 1435
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration.h Näytä tiedosto

@@ -1406,6 +1406,12 @@
1406 1406
 //
1407 1407
 
1408 1408
 //
1409
+// Original RADDS LCD Display+Encoder+SDCardReader
1410
+// http://doku.radds.org/dokumentation/lcd-display/
1411
+//
1412
+//#define RADDS_DISPLAY
1413
+
1414
+//
1409 1415
 // ULTIMAKER Controller.
1410 1416
 //
1411 1417
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration.h Näytä tiedosto

@@ -1406,6 +1406,12 @@
1406 1406
 //
1407 1407
 
1408 1408
 //
1409
+// Original RADDS LCD Display+Encoder+SDCardReader
1410
+// http://doku.radds.org/dokumentation/lcd-display/
1411
+//
1412
+//#define RADDS_DISPLAY
1413
+
1414
+//
1409 1415
 // ULTIMAKER Controller.
1410 1416
 //
1411 1417
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Cartesio/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration.h Näytä tiedosto

@@ -1428,6 +1428,12 @@
1428 1428
 //
1429 1429
 
1430 1430
 //
1431
+// Original RADDS LCD Display+Encoder+SDCardReader
1432
+// http://doku.radds.org/dokumentation/lcd-display/
1433
+//
1434
+//#define RADDS_DISPLAY
1435
+
1436
+//
1431 1437
 // ULTIMAKER Controller.
1432 1438
 //
1433 1439
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Felix/Configuration.h Näytä tiedosto

@@ -1400,6 +1400,12 @@
1400 1400
 //
1401 1401
 
1402 1402
 //
1403
+// Original RADDS LCD Display+Encoder+SDCardReader
1404
+// http://doku.radds.org/dokumentation/lcd-display/
1405
+//
1406
+//#define RADDS_DISPLAY
1407
+
1408
+//
1403 1409
 // ULTIMAKER Controller.
1404 1410
 //
1405 1411
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Felix/DUAL/Configuration.h Näytä tiedosto

@@ -1400,6 +1400,12 @@
1400 1400
 //
1401 1401
 
1402 1402
 //
1403
+// Original RADDS LCD Display+Encoder+SDCardReader
1404
+// http://doku.radds.org/dokumentation/lcd-display/
1405
+//
1406
+//#define RADDS_DISPLAY
1407
+
1408
+//
1403 1409
 // ULTIMAKER Controller.
1404 1410
 //
1405 1411
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h Näytä tiedosto

@@ -1433,6 +1433,12 @@
1433 1433
 //
1434 1434
 
1435 1435
 //
1436
+// Original RADDS LCD Display+Encoder+SDCardReader
1437
+// http://doku.radds.org/dokumentation/lcd-display/
1438
+//
1439
+//#define RADDS_DISPLAY
1440
+
1441
+//
1436 1442
 // ULTIMAKER Controller.
1437 1443
 //
1438 1444
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/MakerParts/Configuration.h Näytä tiedosto

@@ -1434,6 +1434,12 @@
1434 1434
 //
1435 1435
 
1436 1436
 //
1437
+// Original RADDS LCD Display+Encoder+SDCardReader
1438
+// http://doku.radds.org/dokumentation/lcd-display/
1439
+//
1440
+//#define RADDS_DISPLAY
1441
+
1442
+//
1437 1443
 // ULTIMAKER Controller.
1438 1444
 //
1439 1445
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Malyan/M150/Configuration.h Näytä tiedosto

@@ -1446,6 +1446,12 @@
1446 1446
 //
1447 1447
 
1448 1448
 //
1449
+// Original RADDS LCD Display+Encoder+SDCardReader
1450
+// http://doku.radds.org/dokumentation/lcd-display/
1451
+//
1452
+//#define RADDS_DISPLAY
1453
+
1454
+//
1449 1455
 // ULTIMAKER Controller.
1450 1456
 //
1451 1457
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/Malyan/M200/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/RigidBot/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/SCARA/Configuration.h Näytä tiedosto

@@ -1430,6 +1430,12 @@
1430 1430
 //
1431 1431
 
1432 1432
 //
1433
+// Original RADDS LCD Display+Encoder+SDCardReader
1434
+// http://doku.radds.org/dokumentation/lcd-display/
1435
+//
1436
+//#define RADDS_DISPLAY
1437
+
1438
+//
1433 1439
 // ULTIMAKER Controller.
1434 1440
 //
1435 1441
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/STM32F10/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/Sanguinololu/Configuration.h Näytä tiedosto

@@ -1449,6 +1449,12 @@
1449 1449
 //
1450 1450
 
1451 1451
 //
1452
+// Original RADDS LCD Display+Encoder+SDCardReader
1453
+// http://doku.radds.org/dokumentation/lcd-display/
1454
+//
1455
+//#define RADDS_DISPLAY
1456
+
1457
+//
1452 1458
 // ULTIMAKER Controller.
1453 1459
 //
1454 1460
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/TinyBoy2/Configuration.h Näytä tiedosto

@@ -1474,6 +1474,12 @@
1474 1474
 //
1475 1475
 
1476 1476
 //
1477
+// Original RADDS LCD Display+Encoder+SDCardReader
1478
+// http://doku.radds.org/dokumentation/lcd-display/
1479
+//
1480
+//#define RADDS_DISPLAY
1481
+
1482
+//
1477 1483
 // ULTIMAKER Controller.
1478 1484
 //
1479 1485
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h Näytä tiedosto

@@ -1374,6 +1374,12 @@
1374 1374
 //
1375 1375
 
1376 1376
 //
1377
+// Original RADDS LCD Display+Encoder+SDCardReader
1378
+// http://doku.radds.org/dokumentation/lcd-display/
1379
+//
1380
+//#define RADDS_DISPLAY
1381
+
1382
+//
1377 1383
 // ULTIMAKER Controller.
1378 1384
 //
1379 1385
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/adafruit/ST7565/Configuration.h Näytä tiedosto

@@ -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

+ 6
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h Näytä tiedosto

@@ -1552,6 +1552,12 @@
1552 1552
 //
1553 1553
 
1554 1554
 //
1555
+// Original RADDS LCD Display+Encoder+SDCardReader
1556
+// http://doku.radds.org/dokumentation/lcd-display/
1557
+//
1558
+//#define RADDS_DISPLAY
1559
+
1560
+//
1555 1561
 // ULTIMAKER Controller.
1556 1562
 //
1557 1563
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h Näytä tiedosto

@@ -1545,6 +1545,12 @@
1545 1545
 //
1546 1546
 
1547 1547
 //
1548
+// Original RADDS LCD Display+Encoder+SDCardReader
1549
+// http://doku.radds.org/dokumentation/lcd-display/
1550
+//
1551
+//#define RADDS_DISPLAY
1552
+
1553
+//
1548 1554
 // ULTIMAKER Controller.
1549 1555
 //
1550 1556
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/delta/generic/Configuration.h Näytä tiedosto

@@ -1539,6 +1539,12 @@
1539 1539
 //
1540 1540
 
1541 1541
 //
1542
+// Original RADDS LCD Display+Encoder+SDCardReader
1543
+// http://doku.radds.org/dokumentation/lcd-display/
1544
+//
1545
+//#define RADDS_DISPLAY
1546
+
1547
+//
1542 1548
 // ULTIMAKER Controller.
1543 1549
 //
1544 1550
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration.h Näytä tiedosto

@@ -1542,6 +1542,12 @@
1542 1542
 //
1543 1543
 
1544 1544
 //
1545
+// Original RADDS LCD Display+Encoder+SDCardReader
1546
+// http://doku.radds.org/dokumentation/lcd-display/
1547
+//
1548
+//#define RADDS_DISPLAY
1549
+
1550
+//
1545 1551
 // ULTIMAKER Controller.
1546 1552
 //
1547 1553
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration.h Näytä tiedosto

@@ -1542,6 +1542,12 @@
1542 1542
 //
1543 1543
 
1544 1544
 //
1545
+// Original RADDS LCD Display+Encoder+SDCardReader
1546
+// http://doku.radds.org/dokumentation/lcd-display/
1547
+//
1548
+//#define RADDS_DISPLAY
1549
+
1550
+//
1545 1551
 // ULTIMAKER Controller.
1546 1552
 //
1547 1553
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration.h Näytä tiedosto

@@ -1551,6 +1551,12 @@
1551 1551
 //
1552 1552
 
1553 1553
 //
1554
+// Original RADDS LCD Display+Encoder+SDCardReader
1555
+// http://doku.radds.org/dokumentation/lcd-display/
1556
+//
1557
+//#define RADDS_DISPLAY
1558
+
1559
+//
1554 1560
 // ULTIMAKER Controller.
1555 1561
 //
1556 1562
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h Näytä tiedosto

@@ -1432,6 +1432,12 @@
1432 1432
 //
1433 1433
 
1434 1434
 //
1435
+// Original RADDS LCD Display+Encoder+SDCardReader
1436
+// http://doku.radds.org/dokumentation/lcd-display/
1437
+//
1438
+//#define RADDS_DISPLAY
1439
+
1440
+//
1435 1441
 // ULTIMAKER Controller.
1436 1442
 //
1437 1443
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/makibox/Configuration.h Näytä tiedosto

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

+ 6
- 0
Marlin/src/config/examples/stm32f103ret6/Configuration.h Näytä tiedosto

@@ -1301,6 +1301,12 @@
1301 1301
 //
1302 1302
 
1303 1303
 //
1304
+// Original RADDS LCD Display+Encoder+SDCardReader
1305
+// http://doku.radds.org/dokumentation/lcd-display/
1306
+//
1307
+//#define RADDS_DISPLAY
1308
+
1309
+//
1304 1310
 // ULTIMAKER Controller.
1305 1311
 //
1306 1312
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration.h Näytä tiedosto

@@ -1413,6 +1413,12 @@
1413 1413
 //
1414 1414
 
1415 1415
 //
1416
+// Original RADDS LCD Display+Encoder+SDCardReader
1417
+// http://doku.radds.org/dokumentation/lcd-display/
1418
+//
1419
+//#define RADDS_DISPLAY
1420
+
1421
+//
1416 1422
 // ULTIMAKER Controller.
1417 1423
 //
1418 1424
 //#define ULTIMAKERCONTROLLER

+ 6
- 0
Marlin/src/config/examples/wt150/Configuration.h Näytä tiedosto

@@ -1423,6 +1423,12 @@
1423 1423
 //
1424 1424
 
1425 1425
 //
1426
+// Original RADDS LCD Display+Encoder+SDCardReader
1427
+// http://doku.radds.org/dokumentation/lcd-display/
1428
+//
1429
+//#define RADDS_DISPLAY
1430
+
1431
+//
1426 1432
 // ULTIMAKER Controller.
1427 1433
 //
1428 1434
 //#define ULTIMAKERCONTROLLER

+ 4
- 0
Marlin/src/inc/Conditionals_LCD.h Näytä tiedosto

@@ -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…
Peruuta
Tallenna