浏览代码

Update example configurations

Thomas Moore 7 年前
父节点
当前提交
dabb75034c
共有 41 个文件被更改,包括 370 次插入1 次删除
  1. 9
    0
      Marlin/src/config/default/Configuration.h
  2. 9
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  3. 9
    0
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 9
    0
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 9
    0
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 9
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  7. 9
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  8. 9
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  9. 9
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  10. 9
    0
      Marlin/src/config/examples/Cartesio/Configuration.h
  11. 9
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  12. 9
    0
      Marlin/src/config/examples/Felix/Configuration.h
  13. 9
    0
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  14. 9
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  15. 9
    0
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  16. 9
    0
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  17. 9
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  18. 9
    0
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  19. 9
    0
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  20. 9
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  21. 10
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  22. 9
    0
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  23. 9
    0
      Marlin/src/config/examples/RigidBot/Configuration.h
  24. 9
    0
      Marlin/src/config/examples/SCARA/Configuration.h
  25. 9
    0
      Marlin/src/config/examples/STM32F10/Configuration.h
  26. 9
    0
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  27. 9
    0
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  28. 9
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  29. 9
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  30. 9
    0
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  31. 9
    0
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  32. 9
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  33. 9
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  34. 9
    0
      Marlin/src/config/examples/delta/generic/Configuration.h
  35. 9
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  36. 9
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  37. 9
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  38. 9
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  39. 9
    0
      Marlin/src/config/examples/makibox/Configuration.h
  40. 9
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  41. 9
    0
      Marlin/src/config/examples/wt150/Configuration.h

+ 9
- 0
Marlin/src/config/default/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Anet/A6/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Anet/A8/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h 查看文件

102
 #define SERIAL_PORT 0
102
 #define SERIAL_PORT 0
103
 
103
 
104
 /**
104
 /**
105
+  * Select a secondary serial port on the board to use for communication with the host.
106
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
107
+  * Serial port -1 is the USB emulated serial port, if avaialble.
108
+  *
109
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
110
+  */
111
+#define SERIAL_PORT_2 -1
112
+
113
+/**
105
  * This setting determines the communication speed of the printer.
114
  * This setting determines the communication speed of the printer.
106
  *
115
  *
107
  * 250000 works in most cases, but you might try a lower speed if
116
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Cartesio/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Felix/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Felix/DUAL/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Malyan/M150/Configuration.h 查看文件

108
 #define SERIAL_PORT 0
108
 #define SERIAL_PORT 0
109
 
109
 
110
 /**
110
 /**
111
+  * Select a secondary serial port on the board to use for communication with the host.
112
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
113
+  * Serial port -1 is the USB emulated serial port, if avaialble.
114
+  *
115
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
116
+  */
117
+#define SERIAL_PORT_2 -1
118
+
119
+/**
111
  * This setting determines the communication speed of the printer.
120
  * This setting determines the communication speed of the printer.
112
  *
121
  *
113
  * 250000 works in most cases, but you might try a lower speed if
122
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 10
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration.h 查看文件

101
  *
101
  *
102
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
102
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
103
  */
103
  */
104
-#define SERIAL_PORT -1
104
+#define SERIAL_PORT 0
105
+
106
+/**
107
+  * Select a secondary serial port on the board to use for communication with the host.
108
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
109
+  * Serial port -1 is the USB emulated serial port, if avaialble.
110
+  *
111
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
112
+  */
113
+#define SERIAL_PORT_2 -1
105
 
114
 
106
 /**
115
 /**
107
  * This setting determines the communication speed of the printer.
116
  * This setting determines the communication speed of the printer.

+ 9
- 0
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/RigidBot/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/SCARA/Configuration.h 查看文件

133
 #define SERIAL_PORT 0
133
 #define SERIAL_PORT 0
134
 
134
 
135
 /**
135
 /**
136
+  * Select a secondary serial port on the board to use for communication with the host.
137
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
138
+  * Serial port -1 is the USB emulated serial port, if avaialble.
139
+  *
140
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
141
+  */
142
+#define SERIAL_PORT_2 -1
143
+
144
+/**
136
  * This setting determines the communication speed of the printer.
145
  * This setting determines the communication speed of the printer.
137
  *
146
  *
138
  * 250000 works in most cases, but you might try a lower speed if
147
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/STM32F10/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Sanguinololu/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/TinyBoy2/Configuration.h 查看文件

119
 #define SERIAL_PORT 0
119
 #define SERIAL_PORT 0
120
 
120
 
121
 /**
121
 /**
122
+  * Select a secondary serial port on the board to use for communication with the host.
123
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
124
+  * Serial port -1 is the USB emulated serial port, if avaialble.
125
+  *
126
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
127
+  */
128
+#define SERIAL_PORT_2 -1
129
+
130
+/**
122
  * This setting determines the communication speed of the printer.
131
  * This setting determines the communication speed of the printer.
123
  *
132
  *
124
  * 250000 works in most cases, but you might try a lower speed if
133
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration.h 查看文件

119
 #define SERIAL_PORT 0
119
 #define SERIAL_PORT 0
120
 
120
 
121
 /**
121
 /**
122
+  * Select a secondary serial port on the board to use for communication with the host.
123
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
124
+  * Serial port -1 is the USB emulated serial port, if avaialble.
125
+  *
126
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
127
+  */
128
+#define SERIAL_PORT_2 -1
129
+
130
+/**
122
  * This setting determines the communication speed of the printer.
131
  * This setting determines the communication speed of the printer.
123
  *
132
  *
124
  * 250000 works in most cases, but you might try a lower speed if
133
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/adafruit/ST7565/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/delta/generic/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration.h 查看文件

107
 #define SERIAL_PORT 0
107
 #define SERIAL_PORT 0
108
 
108
 
109
 /**
109
 /**
110
+  * Select a secondary serial port on the board to use for communication with the host.
111
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
112
+  * Serial port -1 is the USB emulated serial port, if avaialble.
113
+  *
114
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115
+  */
116
+#define SERIAL_PORT_2 -1
117
+
118
+/**
110
  * This setting determines the communication speed of the printer.
119
  * This setting determines the communication speed of the printer.
111
  *
120
  *
112
  * 250000 works in most cases, but you might try a lower speed if
121
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/makibox/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

+ 9
- 0
Marlin/src/config/examples/wt150/Configuration.h 查看文件

103
 #define SERIAL_PORT 0
103
 #define SERIAL_PORT 0
104
 
104
 
105
 /**
105
 /**
106
+  * Select a secondary serial port on the board to use for communication with the host.
107
+  * This allows the connection of wireless adapters (for instance) to non-default port pins.
108
+  * Serial port -1 is the USB emulated serial port, if avaialble.
109
+  *
110
+  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
111
+  */
112
+#define SERIAL_PORT_2 -1
113
+
114
+/**
106
  * This setting determines the communication speed of the printer.
115
  * This setting determines the communication speed of the printer.
107
  *
116
  *
108
  * 250000 works in most cases, but you might try a lower speed if
117
  * 250000 works in most cases, but you might try a lower speed if

正在加载...
取消
保存