Skip to content

Commit

Permalink
"ls /dev/serial/by-id/*"
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftingtech committed Jul 14, 2024
1 parent d77fff8 commit add0a93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Firmware/Kraken/Voron_Trident_Kraken_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Fine tune E steps [extruder] section

[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
## Obtain definition by "ls /dev/serial/by-id/*" then unplug to verify
##--------------------------------------------------------------------
serial: /dev/serial/by-id/{REPLACE WITH YOUR SERIAL}
restart_method: command
Expand Down
2 changes: 1 addition & 1 deletion Firmware/Voron_Trident_SKR14_EXPMOT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ path: ~/gcode_files
[display_status]

[mcu]
###Change to device found by "ls -l /dev/serial/by-id/" with just one this MCU connected to Pi
###Change to device found by "ls /dev/serial/by-id/*" with just one this MCU connected to Pi
serial: /dev/serial/by-id/usb-Klipper_lpc1769_XXXXXXXXXXXXXXXXXXX

[printer]
Expand Down
4 changes: 2 additions & 2 deletions Firmware/Voron_Trident_SKR_1.3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ max_z_accel: 100
square_corner_velocity: 5.0

[mcu]
###Change to device found by "ls -l /dev/serial/by-id/" with just one this MCU connected to Pi
###Change to device found by "ls /dev/serial/by-id/*" with just one this MCU connected to Pi
serial: /dev/serial/by-id/usb-Klipper_lpc1768_XXXXXXXXXXXXXXXXXXXXX

###Change to device found by "ls -l /dev/serial/by-id/"" with just one this MCU connected to Pi
###Change to device found by "ls /dev/serial/by-id/*" with just one this MCU connected to Pi
[mcu xye]
serial: /dev/serial/by-id/usb-Klipper_lpc1768_XXXXXXXXXXXXXXXXXXXXX

Expand Down

0 comments on commit add0a93

Please sign in to comment.