Browse Source

Bring some configs up to date

Scott Lahteine 6 years ago
parent
commit
048486390e

+ 1
- 2
Marlin/Configuration.h View File

@@ -1642,11 +1642,10 @@
1642 1642
 //#define CR10_STOCKDISPLAY
1643 1643
 
1644 1644
 //
1645
-// MKS OLED 1.3" 128 x 64 FULL GRAPHICS CONTROLLER
1645
+// MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
1646 1646
 // http://reprap.org/wiki/MKS_12864OLED
1647 1647
 //
1648 1648
 // Tiny, but very sharp OLED display
1649
-// If there is a pixel shift, try the other controller.
1650 1649
 //
1651 1650
 //#define MKS_12864OLED          // Uses the SH1106 controller (default)
1652 1651
 //#define MKS_12864OLED_SSD1306  // Uses the SSD1306 controller

+ 1
- 2
Marlin/src/config/default/Configuration.h View File

@@ -1642,11 +1642,10 @@
1642 1642
 //#define CR10_STOCKDISPLAY
1643 1643
 
1644 1644
 //
1645
-// MKS OLED 1.3" 128 x 64 FULL GRAPHICS CONTROLLER
1645
+// MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
1646 1646
 // http://reprap.org/wiki/MKS_12864OLED
1647 1647
 //
1648 1648
 // Tiny, but very sharp OLED display
1649
-// If there is a pixel shift, try the other controller.
1650 1649
 //
1651 1650
 //#define MKS_12864OLED          // Uses the SH1106 controller (default)
1652 1651
 //#define MKS_12864OLED_SSD1306  // Uses the SSD1306 controller

+ 2
- 3
Marlin/src/config/examples/Tronxy/X1/Configuration.h View File

@@ -94,7 +94,7 @@
94 94
 // @section machine
95 95
 
96 96
 /**
97
- * Select which serial port on the board will be used for communication with the host.
97
+ * Select the serial port on the board to use for communication with the host.
98 98
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
99 99
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
100 100
  *
@@ -1627,11 +1627,10 @@
1627 1627
 //#define CR10_STOCKDISPLAY
1628 1628
 
1629 1629
 //
1630
-// MKS OLED 1.3" 128 x 64 FULL GRAPHICS CONTROLLER
1630
+// MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
1631 1631
 // http://reprap.org/wiki/MKS_12864OLED
1632 1632
 //
1633 1633
 // Tiny, but very sharp OLED display
1634
-// If there is a pixel shift, try the other controller.
1635 1634
 //
1636 1635
 //#define MKS_12864OLED          // Uses the SH1106 controller (default)
1637 1636
 //#define MKS_12864OLED_SSD1306  // Uses the SSD1306 controller

+ 1
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h View File

@@ -94,7 +94,7 @@
94 94
 // @section machine
95 95
 
96 96
 /**
97
- * Select which serial port on the board will be used for communication with the host.
97
+ * Select the serial port on the board to use for communication with the host.
98 98
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
99 99
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
100 100
  *

+ 1
- 1
Marlin/src/config/examples/stm32f103ret6/Configuration.h View File

@@ -94,7 +94,7 @@
94 94
 // @section machine
95 95
 
96 96
 /**
97
- * Select which serial port on the board will be used for communication with the host.
97
+ * Select the serial port on the board to use for communication with the host.
98 98
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
99 99
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
100 100
  *

Loading…
Cancel
Save