mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
✨ RS485 support with G-code M485 (#25680)
Co-authored-by: Stephen Hawes <sphawes@gmail.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
8b81aae870
commit
44c2682168
18 changed files with 292 additions and 9 deletions
|
@ -8,6 +8,7 @@ set -e
|
|||
|
||||
use_example_configs Opulo/Lumen_REV3
|
||||
opt_disable TMC_DEBUG
|
||||
opt_set RS485_SERIAL_PORT 2 RS485_BUS_BUFFER_SIZE 128
|
||||
exec_test $1 $2 "Opulo Lumen REV3 Pick-and-Place" "$3"
|
||||
|
||||
# cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue