Malyan M300 support (#17421)

This commit is contained in:
Scott Lahteine
2020-04-17 09:10:41 -05:00
committed by GitHub
parent 360e07c90f
commit f94ab84dac
6 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
#
# Build tests for STM32F070CB Malyan M300
#
# exit on first failure
set -e
use_example_configs "delta/Malyan M300"
opt_disable AUTO_BED_LEVELING_3POINT
exec_test $1 $2 "Malyan M300 (delta)"
# cleanup
restore_configs