Initial Commit

This commit is contained in:
Weisman, Alex (Contractor-NBCUniversal)
2024-12-14 21:02:53 -05:00
commit 5deccd2b52
2872 changed files with 1664124 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
#
# Build tests for STM32F401RC_creality
#
# exit on first failure
set -e
use_example_configs "Creality/Ender-3 V2/CrealityV422/MarlinUI"
opt_enable AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
opt_set MOTHERBOARD BOARD_CREALITY_V24S1_301F4
opt_add SDCARD_EEPROM_EMULATION
exec_test $1 $2 "Ender-3 v2 with MarlinUI" "$3"
# clean up
restore_configs