mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 14:55:00 -06:00
Add Lerdge S,X,K (#18302)
This commit is contained in:
parent
af8be58d92
commit
6f14d2d37f
29 changed files with 1775 additions and 157 deletions
18
buildroot/tests/LERDGEX-tests
Normal file
18
buildroot/tests/LERDGEX-tests
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for LERDGEX environment
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_LERDGE_X
|
||||
opt_set SERIAL_PORT 1
|
||||
exec_test $1 $2 "LERDGE X with Default Configuration"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
Loading…
Add table
Add a link
Reference in a new issue