Ender3 - Marlin 2.1.2.4 build

This commit is contained in:
2024-10-10 01:38:54 +02:00
parent c05726d0ac
commit 972a22c520
2868 changed files with 1663193 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
#
# Build tests for STM32G0B1RE_btt / Ender-3 with SKR Mini E3 V3.0 (STM32G0)
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs "Creality/Ender-3/BigTreeTech SKR Mini E3 3.0"
exec_test $1 $2 "Creality/Ender-3/BigTreeTech SKR Mini E3 3.0" "$3"
# clean up
restore_configs