mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
Add support for M575 (#14757)
This commit is contained in:
parent
f8aa52346f
commit
e44fccf3d2
113 changed files with 395 additions and 13 deletions
|
@ -12,9 +12,7 @@ exec_test $1 $2 "Build Re-ARM Default Configuration"
|
|||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
|
||||
opt_enable VIKI2 SDSUPPORT
|
||||
opt_enable SERIAL_PORT2
|
||||
opt_enable NEOPIXEL_LED
|
||||
opt_enable VIKI2 SDSUPPORT SERIAL_PORT2 NEOPIXEL_LED BAUD_RATE_GCODE
|
||||
opt_set NEOPIXEL_PIN P1_16
|
||||
exec_test $1 $2 "ReARM EFB VIKI2, SDSUPPORT, 2 Serial ports (USB CDC + UART0), NeoPixel"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue