diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example-multi-mcu.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/example-multi-mcu.cfg b/config/example-multi-mcu.cfg index 144651c3..e2f2a0b3 100644 --- a/config/example-multi-mcu.cfg +++ b/config/example-multi-mcu.cfg @@ -9,17 +9,17 @@ # micro-controllers on the printer. Typically, both the X and Y axes # are connected to the main micro-controller. [mcu] -serial: /dev/ttyACM0 +serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0 pin_map: arduino # The "zboard" micro-controller will be used to control the Z axis. [mcu zboard] -serial: /dev/ttyACM1 +serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0-port0 pin_map: arduino # The "auxboard" micro-controller will be used to control the heaters. [mcu auxboard] -serial: /dev/ttyACM2 +serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 pin_map: arduino [stepper_x] |