My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DUE_archim-tests 349B

123456789101112131415161718192021
  1. #!/usr/bin/env bash
  2. #
  3. # Build tests for DUE (Atmel SAM3X8E ARM Cortex-M3)
  4. #
  5. # exit on first failure
  6. set -e
  7. #
  8. # Test Archim 1
  9. #
  10. use_example_configs UltiMachine/Archim1
  11. exec_test $1 $2 "Archim 1 base configuration" "$3"
  12. #
  13. # Test Archim 2
  14. #
  15. use_example_configs UltiMachine/Archim2
  16. exec_test $1 $2 "Archim 2 base configuration" "$3"
  17. restore_configs