Add support for M575 (#14757)

This commit is contained in:
rafaljot
2019-07-30 08:30:00 +01:00
committed by Scott Lahteine
parent f8aa52346f
commit e44fccf3d2
113 changed files with 395 additions and 13 deletions

View File

@ -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"