Browse Source

Add ULTI_CONTROLLER to example configs

pull/1/head
Scott Lahteine 6 years ago
parent
commit
eecb0188c0
  1. 6
      Marlin/src/config/default/Configuration.h
  2. 6
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  3. 6
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 6
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 6
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 6
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  7. 6
      Marlin/src/config/examples/BIBO/TouchX/Configuration.h
  8. 6
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  9. 6
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  10. 6
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  11. 6
      Marlin/src/config/examples/Cartesio/Configuration.h
  12. 6
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  13. 6
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h
  14. 6
      Marlin/src/config/examples/Creality/Ender/Configuration.h
  15. 6
      Marlin/src/config/examples/Felix/Configuration.h
  16. 6
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  17. 6
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  18. 6
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  19. 6
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  20. 6
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  21. 6
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  22. 6
      Marlin/src/config/examples/MakerParts/Configuration.h
  23. 6
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  24. 6
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  25. 6
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  26. 6
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  27. 6
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  28. 6
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  29. 6
      Marlin/src/config/examples/RigidBot/Configuration.h
  30. 6
      Marlin/src/config/examples/SCARA/Configuration.h
  31. 6
      Marlin/src/config/examples/STM32F10/Configuration.h
  32. 6
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  33. 6
      Marlin/src/config/examples/TheBorg/Configuration.h
  34. 6
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  35. 6
      Marlin/src/config/examples/Tronxy/X1/Configuration.h
  36. 6
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  37. 6
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  38. 6
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  39. 6
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  40. 6
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  41. 6
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  42. 6
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  43. 6
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  44. 6
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  45. 6
      Marlin/src/config/examples/delta/generic/Configuration.h
  46. 6
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  47. 6
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  48. 6
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  49. 6
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  50. 6
      Marlin/src/config/examples/makibox/Configuration.h
  51. 6
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  52. 6
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  53. 6
      Marlin/src/config/examples/wt150/Configuration.h

6
Marlin/src/config/default/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h

@ -1638,6 +1638,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Anet/A6/Configuration.h

@ -1768,6 +1768,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Anet/A8/Configuration.h

@ -1627,6 +1627,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BIBO/TouchX/Configuration.h

@ -1603,6 +1603,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BQ/Hephestos/Configuration.h

@ -1606,6 +1606,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h

@ -1619,6 +1619,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BQ/WITBOX/Configuration.h

@ -1606,6 +1606,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Cartesio/Configuration.h

@ -1617,6 +1617,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Creality/CR-10/Configuration.h

@ -1628,6 +1628,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Creality/CR-10S/Configuration.h

@ -1604,6 +1604,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Creality/Ender/Configuration.h

@ -1607,6 +1607,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Felix/Configuration.h

@ -1600,6 +1600,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Felix/DUAL/Configuration.h

@ -1600,6 +1600,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h

@ -1624,6 +1624,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h

@ -1633,6 +1633,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h

@ -1622,6 +1622,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/JGAurora/A5/Configuration.h

@ -1629,6 +1629,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/MakerParts/Configuration.h

@ -1625,6 +1625,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Malyan/M150/Configuration.h

@ -1646,6 +1646,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Malyan/M200/Configuration.h

@ -1608,6 +1608,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h

@ -1622,6 +1622,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h

@ -1622,6 +1622,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Mks/Sbase/Configuration.h

@ -1621,6 +1621,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/RigidBot/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/SCARA/Configuration.h

@ -1630,6 +1630,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/STM32F10/Configuration.h

@ -1621,6 +1621,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Sanguinololu/Configuration.h

@ -1649,6 +1649,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/TheBorg/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/TinyBoy2/Configuration.h

@ -1674,6 +1674,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Tronxy/X1/Configuration.h

@ -1603,6 +1603,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h

@ -1609,6 +1609,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Velleman/K8200/Configuration.h

@ -1651,6 +1651,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Velleman/K8400/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h

@ -1612,6 +1612,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h

@ -1565,6 +1565,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/adafruit/ST7565/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h

@ -1752,6 +1752,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h

@ -1737,6 +1737,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h

@ -1750,6 +1750,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/generic/Configuration.h

@ -1739,6 +1739,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/kossel_mini/Configuration.h

@ -1742,6 +1742,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/kossel_pro/Configuration.h

@ -1742,6 +1742,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/kossel_xl/Configuration.h

@ -1751,6 +1751,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h

@ -1632,6 +1632,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/makibox/Configuration.h

@ -1621,6 +1621,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/stm32f103ret6/Configuration.h

@ -1492,6 +1492,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/tvrrug/Round2/Configuration.h

@ -1613,6 +1613,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/wt150/Configuration.h

@ -1623,6 +1623,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

Loading…
Cancel
Save