My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
123456789101112131415 |
- #!/usr/bin/env bash
- #
- # Build tests for STM32F070CB Malyan M300
- #
-
- # exit on first failure
- set -e
-
- restore_configs
- use_example_configs "delta/Malyan M300"
- opt_disable AUTO_BED_LEVELING_3POINT
- exec_test $1 $2 "Malyan M300 (delta)"
-
- # cleanup
- restore_configs
|