瀏覽代碼

Repair some spacing

Scott Lahteine 7 年之前
父節點
當前提交
38c7d53bf7
共有 51 個文件被更改,包括 292 次插入292 次删除
  1. 1
    1
      Marlin/src/HAL/HAL_AVR/HAL_spi_AVR.cpp
  2. 6
    6
      Marlin/src/config/default/Configuration.h
  3. 6
    6
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  4. 6
    6
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  5. 6
    6
      Marlin/src/config/examples/Anet/A6/Configuration.h
  6. 6
    6
      Marlin/src/config/examples/Anet/A8/Configuration.h
  7. 6
    6
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  8. 7
    7
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h
  9. 7
    7
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h
  10. 6
    6
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  11. 6
    6
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  12. 6
    6
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  13. 6
    6
      Marlin/src/config/examples/Cartesio/Configuration.h
  14. 6
    6
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  15. 6
    6
      Marlin/src/config/examples/Felix/Configuration.h
  16. 6
    6
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  17. 6
    6
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  18. 6
    6
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  19. 6
    6
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  20. 6
    6
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
  21. 6
    6
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
  22. 6
    6
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  23. 6
    6
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  24. 6
    6
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  25. 6
    6
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  26. 6
    6
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  27. 6
    6
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  28. 6
    6
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  29. 6
    6
      Marlin/src/config/examples/RigidBot/Configuration.h
  30. 6
    6
      Marlin/src/config/examples/SCARA/Configuration.h
  31. 6
    6
      Marlin/src/config/examples/STM32F10/Configuration.h
  32. 6
    6
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  33. 6
    6
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  34. 6
    6
      Marlin/src/config/examples/Tronxy/X5S/Configuration.h
  35. 6
    6
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  36. 6
    6
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  37. 6
    6
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  38. 6
    6
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  39. 6
    6
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  40. 6
    6
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  41. 6
    6
      Marlin/src/config/examples/delta/generic/Configuration.h
  42. 6
    6
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  43. 6
    6
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  44. 6
    6
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  45. 6
    6
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  46. 6
    6
      Marlin/src/config/examples/makibox/Configuration.h
  47. 6
    6
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  48. 6
    6
      Marlin/src/config/examples/wt150/Configuration.h
  49. 1
    1
      Marlin/src/feature/I2CPositionEncoder.cpp
  50. 5
    5
      Marlin/src/lcd/malyanlcd.cpp
  51. 1
    1
      Marlin/src/pins/pins_SELENA_COMPACT.h

+ 1
- 1
Marlin/src/HAL/HAL_AVR/HAL_spi_AVR.cpp 查看文件

@@ -1,4 +1,4 @@
1
-/*
1
+/**
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

+ 7
- 7
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h 查看文件

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**
@@ -424,7 +424,7 @@
424 424
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
425 425
     #define  DEFAULT_bedKp 23.89
426 426
     #define  DEFAULT_bedKi 1.37
427
-    #define  DEFAULT_bedKd 104.5 
427
+    #define  DEFAULT_bedKd 104.5
428 428
 
429 429
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
430 430
   //from pidautotune

+ 7
- 7
Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h 查看文件

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**
@@ -424,7 +424,7 @@
424 424
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
425 425
     #define  DEFAULT_bedKp 23.89
426 426
     #define  DEFAULT_bedKi 1.37
427
-    #define  DEFAULT_bedKd 104.5 
427
+    #define  DEFAULT_bedKd 104.5
428 428
 
429 429
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
430 430
   //from pidautotune

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

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

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

+ 6
- 6
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h 查看文件

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

+ 6
- 6
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h 查看文件

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

+ 6
- 6
Marlin/src/config/examples/JGAurora/A5/Configuration.h 查看文件

@@ -112,12 +112,12 @@
112 112
 #define SERIAL_PORT 0
113 113
 
114 114
 /**
115
-  * Select a secondary serial port on the board to use for communication with the host.
116
-  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
-  * Serial port -1 is the USB emulated serial port, if avaialble.
118
-  *
119
-  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
120
-  */
115
+ * Select a secondary serial port on the board to use for communication with the host.
116
+ * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
+ * Serial port -1 is the USB emulated serial port, if avaialble.
118
+ *
119
+ * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
120
+ */
121 121
 #define SERIAL_PORT_2 -1
122 122
 
123 123
 /**

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

@@ -112,12 +112,12 @@
112 112
 #define SERIAL_PORT 0
113 113
 
114 114
 /**
115
-  * Select a secondary serial port on the board to use for communication with the host.
116
-  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
-  * Serial port -1 is the USB emulated serial port, if avaialble.
118
-  *
119
-  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
120
-  */
115
+ * Select a secondary serial port on the board to use for communication with the host.
116
+ * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
+ * Serial port -1 is the USB emulated serial port, if avaialble.
118
+ *
119
+ * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
120
+ */
121 121
 #define SERIAL_PORT_2 -1
122 122
 
123 123
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -137,12 +137,12 @@
137 137
 #define SERIAL_PORT 0
138 138
 
139 139
 /**
140
-  * Select a secondary serial port on the board to use for communication with the host.
141
-  * This allows the connection of wireless adapters (for instance) to non-default port pins.
142
-  * Serial port -1 is the USB emulated serial port, if avaialble.
143
-  *
144
-  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
145
-  */
140
+ * Select a secondary serial port on the board to use for communication with the host.
141
+ * This allows the connection of wireless adapters (for instance) to non-default port pins.
142
+ * Serial port -1 is the USB emulated serial port, if avaialble.
143
+ *
144
+ * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
145
+ */
146 146
 #define SERIAL_PORT_2 -1
147 147
 
148 148
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -123,12 +123,12 @@
123 123
 #define SERIAL_PORT 0
124 124
 
125 125
 /**
126
-  * Select a secondary serial port on the board to use for communication with the host.
127
-  * This allows the connection of wireless adapters (for instance) to non-default port pins.
128
-  * Serial port -1 is the USB emulated serial port, if avaialble.
129
-  *
130
-  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
131
-  */
126
+ * Select a secondary serial port on the board to use for communication with the host.
127
+ * This allows the connection of wireless adapters (for instance) to non-default port pins.
128
+ * Serial port -1 is the USB emulated serial port, if avaialble.
129
+ *
130
+ * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
131
+ */
132 132
 #define SERIAL_PORT_2 -1
133 133
 
134 134
 /**

+ 6
- 6
Marlin/src/config/examples/Tronxy/X5S/Configuration.h 查看文件

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -123,12 +123,12 @@
123 123
 #define SERIAL_PORT 0
124 124
 
125 125
 /**
126
-  * Select a secondary serial port on the board to use for communication with the host.
127
-  * This allows the connection of wireless adapters (for instance) to non-default port pins.
128
-  * Serial port -1 is the USB emulated serial port, if avaialble.
129
-  *
130
-  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
131
-  */
126
+ * Select a secondary serial port on the board to use for communication with the host.
127
+ * This allows the connection of wireless adapters (for instance) to non-default port pins.
128
+ * Serial port -1 is the USB emulated serial port, if avaialble.
129
+ *
130
+ * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
131
+ */
132 132
 #define SERIAL_PORT_2 -1
133 133
 
134 134
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -111,12 +111,12 @@
111 111
 #define SERIAL_PORT 0
112 112
 
113 113
 /**
114
-  * Select a secondary serial port on the board to use for communication with the host.
115
-  * This allows the connection of wireless adapters (for instance) to non-default port pins.
116
-  * Serial port -1 is the USB emulated serial port, if avaialble.
117
-  *
118
-  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
119
-  */
114
+ * Select a secondary serial port on the board to use for communication with the host.
115
+ * This allows the connection of wireless adapters (for instance) to non-default port pins.
116
+ * Serial port -1 is the USB emulated serial port, if avaialble.
117
+ *
118
+ * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
119
+ */
120 120
 #define SERIAL_PORT_2 -1
121 121
 
122 122
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

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

@@ -107,12 +107,12 @@
107 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
-  */
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 116
 #define SERIAL_PORT_2 -1
117 117
 
118 118
 /**

+ 1
- 1
Marlin/src/feature/I2CPositionEncoder.cpp 查看文件

@@ -180,7 +180,7 @@ void I2CPositionEncoder::update() {
180 180
           errPrst[errPrstIdx++] = error; // Error must persist for I2CPE_ERR_PRST_ARRAY_SIZE error cycles. This also serves to improve the average accuracy
181 181
           if (errPrstIdx >= I2CPE_ERR_PRST_ARRAY_SIZE) {
182 182
             float sumP = 0;
183
-            LOOP_L_N(i, I2CPE_ERR_PRST_ARRAY_SIZE) sumP += errPrst[i]; 
183
+            LOOP_L_N(i, I2CPE_ERR_PRST_ARRAY_SIZE) sumP += errPrst[i];
184 184
             const int32_t errorP = int32_t(sumP * (1.0 / (I2CPE_ERR_PRST_ARRAY_SIZE)));
185 185
             SERIAL_ECHO(axis_codes[encoderAxis]);
186 186
             SERIAL_ECHOPAIR(" - err detected: ", errorP * planner.steps_to_mm[encoderAxis]);

+ 5
- 5
Marlin/src/lcd/malyanlcd.cpp 查看文件

@@ -100,7 +100,7 @@ void write_to_lcd(const char * const message) {
100 100
  * Set temp for hotend to 190
101 101
  * {C:P050}
102 102
  * Set temp for bed to 50
103
- * 
103
+ *
104 104
  * the command portion begins after the :
105 105
  */
106 106
 void process_lcd_c_command(const char* command) {
@@ -165,7 +165,7 @@ void process_lcd_eb_command(const char* command) {
165 165
  * These are currently all movement commands.
166 166
  * The command portion begins after the :
167 167
  * Move X Axis
168
- * 
168
+ *
169 169
  * {J:E}{J:X-200}{J:E}
170 170
  * {J:E}{J:X+200}{J:E}
171 171
  * X, Y, Z, A (extruder)
@@ -204,10 +204,10 @@ void process_lcd_j_command(const char* command) {
204 204
  * Process an LCD 'P' command, related to homing and printing.
205 205
  * Cancel:
206 206
  * {P:X}
207
- * 
207
+ *
208 208
  * Home all axes:
209 209
  * {P:H}
210
- * 
210
+ *
211 211
  * Print a file:
212 212
  * {P:000}
213 213
  * The File number is specified as a three digit value.
@@ -274,7 +274,7 @@ void process_lcd_p_command(const char* command) {
274 274
  * Handle an lcd 'S' command
275 275
  * {S:I} - Temperature request
276 276
  * {T0:999/000}{T1:000/000}{TP:004/000}
277
- * 
277
+ *
278 278
  * {S:L} - File Listing request
279 279
  * Printer Response:
280 280
  * {FILE:buttons.gcode}

+ 1
- 1
Marlin/src/pins/pins_SELENA_COMPACT.h 查看文件

@@ -105,7 +105,7 @@
105 105
     #define BTN_EN1             P3_25
106 106
     #define BTN_EN2             P3_26
107 107
     #define BTN_ENC             P1_30
108
-    
108
+
109 109
     #define SD_DETECT_PIN       -1
110 110
 #endif // REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
111 111
 

Loading…
取消
儲存