Browse Source

Extend travis test to check MAX6675

pull/1/head
AnHardt 8 years ago
committed by Scott Lahteine
parent
commit
1f239ac9a7
  1. 6
      .travis.yml

6
.travis.yml

@ -93,6 +93,12 @@ script:
- opt_enable PIDTEMPBED
- build_marlin
#
# Test MAX6675
#
- restore_configs
- opt_set TEMP_SENSOR_0 -2
- build_marlin
#
# Test a "Fix Mounted" Probe along with Safe Homing
#
- restore_configs

Loading…
Cancel
Save