My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
12345678910111213141516 |
- #!/usr/bin/env bash
- #
- # Build tests for STM32F103RC FYSETC
- #
-
- # exit on first failure
- set -e
-
- #
- # Build with the default configurations
- #
- use_example_configs "FYSETC/Cheetah 1.2/base"
- exec_test $1 $2 "Cheetah 1.2 Configuration"
-
- # clean up
- restore_configs
|