ソースを参照

Add MALYAN_LCD to configs

Scott Lahteine 6年前
コミット
4925f60cff
54個のファイルの変更325行の追加1行の削除
  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/BIBO/TouchX/Configuration.h
  9. 6
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  10. 6
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  11. 6
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  12. 6
    0
      Marlin/src/config/examples/Cartesio/Configuration.h
  13. 6
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  14. 6
    0
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h
  15. 6
    0
      Marlin/src/config/examples/Creality/Ender/Configuration.h
  16. 6
    0
      Marlin/src/config/examples/Felix/Configuration.h
  17. 6
    0
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  18. 6
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  19. 6
    0
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  20. 6
    0
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  21. 6
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  22. 6
    0
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  23. 6
    0
      Marlin/src/config/examples/MakerParts/Configuration.h
  24. 7
    1
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  25. 6
    0
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  26. 6
    0
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  27. 6
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  28. 6
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  29. 6
    0
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  30. 6
    0
      Marlin/src/config/examples/RigidBot/Configuration.h
  31. 6
    0
      Marlin/src/config/examples/SCARA/Configuration.h
  32. 6
    0
      Marlin/src/config/examples/STM32F10/Configuration.h
  33. 6
    0
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  34. 6
    0
      Marlin/src/config/examples/TheBorg/Configuration.h
  35. 6
    0
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  36. 6
    0
      Marlin/src/config/examples/Tronxy/X1/Configuration.h
  37. 6
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  38. 6
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  39. 6
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  40. 6
    0
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  41. 6
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  42. 6
    0
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  43. 6
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  44. 6
    0
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  45. 6
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  46. 6
    0
      Marlin/src/config/examples/delta/generic/Configuration.h
  47. 6
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  48. 6
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  49. 6
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  50. 6
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  51. 6
    0
      Marlin/src/config/examples/makibox/Configuration.h
  52. 6
    0
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  53. 6
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  54. 6
    0
      Marlin/src/config/examples/wt150/Configuration.h

+ 6
- 0
Marlin/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/default/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h ファイルの表示

@@ -1575,6 +1575,12 @@
1575 1575
 //#define LCD_FOR_MELZI
1576 1576
 
1577 1577
 //
1578
+// LCD for Malyan M200 printers.
1579
+// This requires SDSUPPORT to be enabled
1580
+//
1581
+//#define MALYAN_LCD
1582
+
1583
+//
1578 1584
 // CONTROLLER TYPE: I2C
1579 1585
 //
1580 1586
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Anet/A6/Configuration.h ファイルの表示

@@ -1705,6 +1705,12 @@
1705 1705
 //#define LCD_FOR_MELZI
1706 1706
 
1707 1707
 //
1708
+// LCD for Malyan M200 printers.
1709
+// This requires SDSUPPORT to be enabled
1710
+//
1711
+//#define MALYAN_LCD
1712
+
1713
+//
1708 1714
 // CONTROLLER TYPE: I2C
1709 1715
 //
1710 1716
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Anet/A8/Configuration.h ファイルの表示

@@ -1564,6 +1564,12 @@
1564 1564
 //#define LCD_FOR_MELZI
1565 1565
 
1566 1566
 //
1567
+// LCD for Malyan M200 printers.
1568
+// This requires SDSUPPORT to be enabled
1569
+//
1570
+//#define MALYAN_LCD
1571
+
1572
+//
1567 1573
 // CONTROLLER TYPE: I2C
1568 1574
 //
1569 1575
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/BIBO/TouchX/Configuration.h ファイルの表示

@@ -1540,6 +1540,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1540 1540
 //#define LCD_FOR_MELZI
1541 1541
 
1542 1542
 //
1543
+// LCD for Malyan M200 printers.
1544
+// This requires SDSUPPORT to be enabled
1545
+//
1546
+//#define MALYAN_LCD
1547
+
1548
+//
1543 1549
 // CONTROLLER TYPE: I2C
1544 1550
 //
1545 1551
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration.h ファイルの表示

@@ -1543,6 +1543,12 @@
1543 1543
 //#define LCD_FOR_MELZI
1544 1544
 
1545 1545
 //
1546
+// LCD for Malyan M200 printers.
1547
+// This requires SDSUPPORT to be enabled
1548
+//
1549
+//#define MALYAN_LCD
1550
+
1551
+//
1546 1552
 // CONTROLLER TYPE: I2C
1547 1553
 //
1548 1554
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h ファイルの表示

@@ -1556,6 +1556,12 @@
1556 1556
 //#define LCD_FOR_MELZI
1557 1557
 
1558 1558
 //
1559
+// LCD for Malyan M200 printers.
1560
+// This requires SDSUPPORT to be enabled
1561
+//
1562
+//#define MALYAN_LCD
1563
+
1564
+//
1559 1565
 // CONTROLLER TYPE: I2C
1560 1566
 //
1561 1567
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration.h ファイルの表示

@@ -1543,6 +1543,12 @@
1543 1543
 //#define LCD_FOR_MELZI
1544 1544
 
1545 1545
 //
1546
+// LCD for Malyan M200 printers.
1547
+// This requires SDSUPPORT to be enabled
1548
+//
1549
+//#define MALYAN_LCD
1550
+
1551
+//
1546 1552
 // CONTROLLER TYPE: I2C
1547 1553
 //
1548 1554
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Cartesio/Configuration.h ファイルの表示

@@ -1554,6 +1554,12 @@
1554 1554
 //#define LCD_FOR_MELZI
1555 1555
 
1556 1556
 //
1557
+// LCD for Malyan M200 printers.
1558
+// This requires SDSUPPORT to be enabled
1559
+//
1560
+//#define MALYAN_LCD
1561
+
1562
+//
1557 1563
 // CONTROLLER TYPE: I2C
1558 1564
 //
1559 1565
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration.h ファイルの表示

@@ -1565,6 +1565,12 @@
1565 1565
 //#define LCD_FOR_MELZI
1566 1566
 
1567 1567
 //
1568
+// LCD for Malyan M200 printers.
1569
+// This requires SDSUPPORT to be enabled
1570
+//
1571
+//#define MALYAN_LCD
1572
+
1573
+//
1568 1574
 // CONTROLLER TYPE: I2C
1569 1575
 //
1570 1576
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration.h ファイルの表示

@@ -1541,6 +1541,12 @@
1541 1541
 //#define LCD_FOR_MELZI
1542 1542
 
1543 1543
 //
1544
+// LCD for Malyan M200 printers.
1545
+// This requires SDSUPPORT to be enabled
1546
+//
1547
+//#define MALYAN_LCD
1548
+
1549
+//
1544 1550
 // CONTROLLER TYPE: I2C
1545 1551
 //
1546 1552
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Creality/Ender/Configuration.h ファイルの表示

@@ -1544,6 +1544,12 @@
1544 1544
 //#define LCD_FOR_MELZI
1545 1545
 
1546 1546
 //
1547
+// LCD for Malyan M200 printers.
1548
+// This requires SDSUPPORT to be enabled
1549
+//
1550
+//#define MALYAN_LCD
1551
+
1552
+//
1547 1553
 // CONTROLLER TYPE: I2C
1548 1554
 //
1549 1555
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Felix/Configuration.h ファイルの表示

@@ -1537,6 +1537,12 @@
1537 1537
 //#define LCD_FOR_MELZI
1538 1538
 
1539 1539
 //
1540
+// LCD for Malyan M200 printers.
1541
+// This requires SDSUPPORT to be enabled
1542
+//
1543
+//#define MALYAN_LCD
1544
+
1545
+//
1540 1546
 // CONTROLLER TYPE: I2C
1541 1547
 //
1542 1548
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Felix/DUAL/Configuration.h ファイルの表示

@@ -1537,6 +1537,12 @@
1537 1537
 //#define LCD_FOR_MELZI
1538 1538
 
1539 1539
 //
1540
+// LCD for Malyan M200 printers.
1541
+// This requires SDSUPPORT to be enabled
1542
+//
1543
+//#define MALYAN_LCD
1544
+
1545
+//
1540 1546
 // CONTROLLER TYPE: I2C
1541 1547
 //
1542 1548
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h ファイルの表示

@@ -1561,6 +1561,12 @@
1561 1561
 //#define LCD_FOR_MELZI
1562 1562
 
1563 1563
 //
1564
+// LCD for Malyan M200 printers.
1565
+// This requires SDSUPPORT to be enabled
1566
+//
1567
+//#define MALYAN_LCD
1568
+
1569
+//
1564 1570
 // CONTROLLER TYPE: I2C
1565 1571
 //
1566 1572
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h ファイルの表示

@@ -1570,6 +1570,12 @@
1570 1570
 //#define LCD_FOR_MELZI
1571 1571
 
1572 1572
 //
1573
+// LCD for Malyan M200 printers.
1574
+// This requires SDSUPPORT to be enabled
1575
+//
1576
+//#define MALYAN_LCD
1577
+
1578
+//
1573 1579
 // CONTROLLER TYPE: I2C
1574 1580
 //
1575 1581
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h ファイルの表示

@@ -1559,6 +1559,12 @@
1559 1559
 //#define LCD_FOR_MELZI
1560 1560
 
1561 1561
 //
1562
+// LCD for Malyan M200 printers.
1563
+// This requires SDSUPPORT to be enabled
1564
+//
1565
+//#define MALYAN_LCD
1566
+
1567
+//
1562 1568
 // CONTROLLER TYPE: I2C
1563 1569
 //
1564 1570
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/JGAurora/A5/Configuration.h ファイルの表示

@@ -1566,6 +1566,12 @@
1566 1566
 //#define LCD_FOR_MELZI
1567 1567
 
1568 1568
 //
1569
+// LCD for Malyan M200 printers.
1570
+// This requires SDSUPPORT to be enabled
1571
+//
1572
+//#define MALYAN_LCD
1573
+
1574
+//
1569 1575
 // CONTROLLER TYPE: I2C
1570 1576
 //
1571 1577
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/MakerParts/Configuration.h ファイルの表示

@@ -1562,6 +1562,12 @@
1562 1562
 //#define LCD_FOR_MELZI
1563 1563
 
1564 1564
 //
1565
+// LCD for Malyan M200 printers.
1566
+// This requires SDSUPPORT to be enabled
1567
+//
1568
+//#define MALYAN_LCD
1569
+
1570
+//
1565 1571
 // CONTROLLER TYPE: I2C
1566 1572
 //
1567 1573
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 7
- 1
Marlin/src/config/examples/Malyan/M150/Configuration.h ファイルの表示

@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * Maylan M150 Configuration
24
+ * Malyan M150 Configuration
25 25
  * Non-Automatic Bed Level config by default
26 26
  */
27 27
 
@@ -1583,6 +1583,12 @@
1583 1583
 //#define LCD_FOR_MELZI
1584 1584
 
1585 1585
 //
1586
+// LCD for Malyan M200 printers.
1587
+// This requires SDSUPPORT to be enabled
1588
+//
1589
+//#define MALYAN_LCD
1590
+
1591
+//
1586 1592
 // CONTROLLER TYPE: I2C
1587 1593
 //
1588 1594
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Malyan/M200/Configuration.h ファイルの表示

@@ -1545,6 +1545,12 @@
1545 1545
 //#define LCD_FOR_MELZI
1546 1546
 
1547 1547
 //
1548
+// LCD for Malyan M200 printers.
1549
+// This requires SDSUPPORT to be enabled
1550
+//
1551
+//#define MALYAN_LCD
1552
+
1553
+//
1548 1554
 // CONTROLLER TYPE: I2C
1549 1555
 //
1550 1556
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h ファイルの表示

@@ -1559,6 +1559,12 @@
1559 1559
 //#define LCD_FOR_MELZI
1560 1560
 
1561 1561
 //
1562
+// LCD for Malyan M200 printers.
1563
+// This requires SDSUPPORT to be enabled
1564
+//
1565
+//#define MALYAN_LCD
1566
+
1567
+//
1562 1568
 // CONTROLLER TYPE: I2C
1563 1569
 //
1564 1570
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h ファイルの表示

@@ -1559,6 +1559,12 @@
1559 1559
 //#define LCD_FOR_MELZI
1560 1560
 
1561 1561
 //
1562
+// LCD for Malyan M200 printers.
1563
+// This requires SDSUPPORT to be enabled
1564
+//
1565
+//#define MALYAN_LCD
1566
+
1567
+//
1562 1568
 // CONTROLLER TYPE: I2C
1563 1569
 //
1564 1570
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration.h ファイルの表示

@@ -1557,6 +1557,12 @@
1557 1557
 //#define LCD_FOR_MELZI
1558 1558
 
1559 1559
 //
1560
+// LCD for Malyan M200 printers.
1561
+// This requires SDSUPPORT to be enabled
1562
+//
1563
+//#define MALYAN_LCD
1564
+
1565
+//
1560 1566
 // CONTROLLER TYPE: I2C
1561 1567
 //
1562 1568
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/RigidBot/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/SCARA/Configuration.h ファイルの表示

@@ -1567,6 +1567,12 @@
1567 1567
 //#define LCD_FOR_MELZI
1568 1568
 
1569 1569
 //
1570
+// LCD for Malyan M200 printers.
1571
+// This requires SDSUPPORT to be enabled
1572
+//
1573
+//#define MALYAN_LCD
1574
+
1575
+//
1570 1576
 // CONTROLLER TYPE: I2C
1571 1577
 //
1572 1578
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/STM32F10/Configuration.h ファイルの表示

@@ -1558,6 +1558,12 @@
1558 1558
 //#define LCD_FOR_MELZI
1559 1559
 
1560 1560
 //
1561
+// LCD for Malyan M200 printers.
1562
+// This requires SDSUPPORT to be enabled
1563
+//
1564
+//#define MALYAN_LCD
1565
+
1566
+//
1561 1567
 // CONTROLLER TYPE: I2C
1562 1568
 //
1563 1569
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Sanguinololu/Configuration.h ファイルの表示

@@ -1586,6 +1586,12 @@
1586 1586
 //#define LCD_FOR_MELZI
1587 1587
 
1588 1588
 //
1589
+// LCD for Malyan M200 printers.
1590
+// This requires SDSUPPORT to be enabled
1591
+//
1592
+//#define MALYAN_LCD
1593
+
1594
+//
1589 1595
 // CONTROLLER TYPE: I2C
1590 1596
 //
1591 1597
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/TheBorg/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/TinyBoy2/Configuration.h ファイルの表示

@@ -1611,6 +1611,12 @@
1611 1611
 //#define LCD_FOR_MELZI
1612 1612
 
1613 1613
 //
1614
+// LCD for Malyan M200 printers.
1615
+// This requires SDSUPPORT to be enabled
1616
+//
1617
+//#define MALYAN_LCD
1618
+
1619
+//
1614 1620
 // CONTROLLER TYPE: I2C
1615 1621
 //
1616 1622
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Tronxy/X1/Configuration.h ファイルの表示

@@ -1540,6 +1540,12 @@
1540 1540
 //#define LCD_FOR_MELZI
1541 1541
 
1542 1542
 //
1543
+// LCD for Malyan M200 printers.
1544
+// This requires SDSUPPORT to be enabled
1545
+//
1546
+//#define MALYAN_LCD
1547
+
1548
+//
1543 1549
 // CONTROLLER TYPE: I2C
1544 1550
 //
1545 1551
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h ファイルの表示

@@ -1546,6 +1546,12 @@
1546 1546
 //#define LCD_FOR_MELZI
1547 1547
 
1548 1548
 //
1549
+// LCD for Malyan M200 printers.
1550
+// This requires SDSUPPORT to be enabled
1551
+//
1552
+//#define MALYAN_LCD
1553
+
1554
+//
1549 1555
 // CONTROLLER TYPE: I2C
1550 1556
 //
1551 1557
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration.h ファイルの表示

@@ -1588,6 +1588,12 @@
1588 1588
 //#define LCD_FOR_MELZI
1589 1589
 
1590 1590
 //
1591
+// LCD for Malyan M200 printers.
1592
+// This requires SDSUPPORT to be enabled
1593
+//
1594
+//#define MALYAN_LCD
1595
+
1596
+//
1591 1597
 // CONTROLLER TYPE: I2C
1592 1598
 //
1593 1599
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h ファイルの表示

@@ -1549,6 +1549,12 @@
1549 1549
 //#define LCD_FOR_MELZI
1550 1550
 
1551 1551
 //
1552
+// LCD for Malyan M200 printers.
1553
+// This requires SDSUPPORT to be enabled
1554
+//
1555
+//#define MALYAN_LCD
1556
+
1557
+//
1552 1558
 // CONTROLLER TYPE: I2C
1553 1559
 //
1554 1560
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h ファイルの表示

@@ -1499,6 +1499,12 @@
1499 1499
 //#define LCD_FOR_MELZI
1500 1500
 
1501 1501
 //
1502
+// LCD for Malyan M200 printers.
1503
+// This requires SDSUPPORT to be enabled
1504
+//
1505
+//#define MALYAN_LCD
1506
+
1507
+//
1502 1508
 // CONTROLLER TYPE: I2C
1503 1509
 //
1504 1510
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/adafruit/ST7565/Configuration.h ファイルの表示

@@ -1555,6 +1555,12 @@
1555 1555
 //#define LCD_FOR_MELZI
1556 1556
 
1557 1557
 //
1558
+// LCD for Malyan M200 printers.
1559
+// This requires SDSUPPORT to be enabled
1560
+//
1561
+//#define MALYAN_LCD
1562
+
1563
+//
1558 1564
 // CONTROLLER TYPE: I2C
1559 1565
 //
1560 1566
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h ファイルの表示

@@ -1689,6 +1689,12 @@
1689 1689
 //#define LCD_FOR_MELZI
1690 1690
 
1691 1691
 //
1692
+// LCD for Malyan M200 printers.
1693
+// This requires SDSUPPORT to be enabled
1694
+//
1695
+//#define MALYAN_LCD
1696
+
1697
+//
1692 1698
 // CONTROLLER TYPE: I2C
1693 1699
 //
1694 1700
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h ファイルの表示

@@ -1674,6 +1674,12 @@
1674 1674
 //#define LCD_FOR_MELZI
1675 1675
 
1676 1676
 //
1677
+// LCD for Malyan M200 printers.
1678
+// This requires SDSUPPORT to be enabled
1679
+//
1680
+//#define MALYAN_LCD
1681
+
1682
+//
1677 1683
 // CONTROLLER TYPE: I2C
1678 1684
 //
1679 1685
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h ファイルの表示

@@ -1687,6 +1687,12 @@
1687 1687
 //#define LCD_FOR_MELZI
1688 1688
 
1689 1689
 //
1690
+// LCD for Malyan M200 printers.
1691
+// This requires SDSUPPORT to be enabled
1692
+//
1693
+//#define MALYAN_LCD
1694
+
1695
+//
1690 1696
 // CONTROLLER TYPE: I2C
1691 1697
 //
1692 1698
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/generic/Configuration.h ファイルの表示

@@ -1676,6 +1676,12 @@
1676 1676
 //#define LCD_FOR_MELZI
1677 1677
 
1678 1678
 //
1679
+// LCD for Malyan M200 printers.
1680
+// This requires SDSUPPORT to be enabled
1681
+//
1682
+//#define MALYAN_LCD
1683
+
1684
+//
1679 1685
 // CONTROLLER TYPE: I2C
1680 1686
 //
1681 1687
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration.h ファイルの表示

@@ -1679,6 +1679,12 @@
1679 1679
 //#define LCD_FOR_MELZI
1680 1680
 
1681 1681
 //
1682
+// LCD for Malyan M200 printers.
1683
+// This requires SDSUPPORT to be enabled
1684
+//
1685
+//#define MALYAN_LCD
1686
+
1687
+//
1682 1688
 // CONTROLLER TYPE: I2C
1683 1689
 //
1684 1690
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration.h ファイルの表示

@@ -1679,6 +1679,12 @@
1679 1679
 //#define LCD_FOR_MELZI
1680 1680
 
1681 1681
 //
1682
+// LCD for Malyan M200 printers.
1683
+// This requires SDSUPPORT to be enabled
1684
+//
1685
+//#define MALYAN_LCD
1686
+
1687
+//
1682 1688
 // CONTROLLER TYPE: I2C
1683 1689
 //
1684 1690
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration.h ファイルの表示

@@ -1688,6 +1688,12 @@
1688 1688
 //#define LCD_FOR_MELZI
1689 1689
 
1690 1690
 //
1691
+// LCD for Malyan M200 printers.
1692
+// This requires SDSUPPORT to be enabled
1693
+//
1694
+//#define MALYAN_LCD
1695
+
1696
+//
1691 1697
 // CONTROLLER TYPE: I2C
1692 1698
 //
1693 1699
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h ファイルの表示

@@ -1569,6 +1569,12 @@
1569 1569
 //#define LCD_FOR_MELZI
1570 1570
 
1571 1571
 //
1572
+// LCD for Malyan M200 printers.
1573
+// This requires SDSUPPORT to be enabled
1574
+//
1575
+//#define MALYAN_LCD
1576
+
1577
+//
1572 1578
 // CONTROLLER TYPE: I2C
1573 1579
 //
1574 1580
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/makibox/Configuration.h ファイルの表示

@@ -1558,6 +1558,12 @@
1558 1558
 //#define LCD_FOR_MELZI
1559 1559
 
1560 1560
 //
1561
+// LCD for Malyan M200 printers.
1562
+// This requires SDSUPPORT to be enabled
1563
+//
1564
+//#define MALYAN_LCD
1565
+
1566
+//
1561 1567
 // CONTROLLER TYPE: I2C
1562 1568
 //
1563 1569
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/stm32f103ret6/Configuration.h ファイルの表示

@@ -1429,6 +1429,12 @@
1429 1429
 //#define LCD_FOR_MELZI
1430 1430
 
1431 1431
 //
1432
+// LCD for Malyan M200 printers.
1433
+// This requires SDSUPPORT to be enabled
1434
+//
1435
+//#define MALYAN_LCD
1436
+
1437
+//
1432 1438
 // CONTROLLER TYPE: I2C
1433 1439
 //
1434 1440
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration.h ファイルの表示

@@ -1550,6 +1550,12 @@
1550 1550
 //#define LCD_FOR_MELZI
1551 1551
 
1552 1552
 //
1553
+// LCD for Malyan M200 printers.
1554
+// This requires SDSUPPORT to be enabled
1555
+//
1556
+//#define MALYAN_LCD
1557
+
1558
+//
1553 1559
 // CONTROLLER TYPE: I2C
1554 1560
 //
1555 1561
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

+ 6
- 0
Marlin/src/config/examples/wt150/Configuration.h ファイルの表示

@@ -1560,6 +1560,12 @@
1560 1560
 //#define LCD_FOR_MELZI
1561 1561
 
1562 1562
 //
1563
+// LCD for Malyan M200 printers.
1564
+// This requires SDSUPPORT to be enabled
1565
+//
1566
+//#define MALYAN_LCD
1567
+
1568
+//
1563 1569
 // CONTROLLER TYPE: I2C
1564 1570
 //
1565 1571
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C

読み込み中…
キャンセル
保存