Browse Source

Update serial sub-unit descriptions

pull/1/head
Scott Lahteine 5 years ago
parent
commit
6b02b89ab4
  1. 3
      Marlin/Configuration_adv.h
  2. 3
      config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h
  3. 3
      config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h

3
Marlin/Configuration_adv.h

@ -1749,6 +1749,9 @@
* 1 | HIGH | LOW * 1 | HIGH | LOW
* 2 | LOW | HIGH * 2 | LOW | HIGH
* 3 | HIGH | HIGH * 3 | HIGH | HIGH
*
* Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
* on the same serial port, either here or in your board's pins file.
*/ */
#define X_SLAVE_ADDRESS 0 #define X_SLAVE_ADDRESS 0
#define Y_SLAVE_ADDRESS 0 #define Y_SLAVE_ADDRESS 0

3
config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration_adv.h

@ -1749,6 +1749,9 @@
* 1 | HIGH | LOW * 1 | HIGH | LOW
* 2 | LOW | HIGH * 2 | LOW | HIGH
* 3 | HIGH | HIGH * 3 | HIGH | HIGH
*
* Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
* on the same serial port, either here or in your board's pins file.
*/ */
#define X_SLAVE_ADDRESS 0 #define X_SLAVE_ADDRESS 0
#define Y_SLAVE_ADDRESS 1 #define Y_SLAVE_ADDRESS 1

3
config/examples/FYSETC/Cheetah 1.2/base/Configuration_adv.h

@ -1749,6 +1749,9 @@
* 1 | HIGH | LOW * 1 | HIGH | LOW
* 2 | LOW | HIGH * 2 | LOW | HIGH
* 3 | HIGH | HIGH * 3 | HIGH | HIGH
*
* Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
* on the same serial port, either here or in your board's pins file.
*/ */
#define X_SLAVE_ADDRESS 0 #define X_SLAVE_ADDRESS 0
#define Y_SLAVE_ADDRESS 1 #define Y_SLAVE_ADDRESS 1

Loading…
Cancel
Save