Browse Source

Add a Travis test of Z Safe Homing without ABL

pull/1/head
Scott Lahteine 9 years ago
parent
commit
bd99a2bcff
  1. 4
      .travis.yml

4
.travis.yml

@ -90,10 +90,10 @@ script:
- opt_enable PIDTEMPBED - opt_enable PIDTEMPBED
- build_marlin - build_marlin
# #
# Test a "Fix Mounted" Probe # Test a "Fix Mounted" Probe along with Safe Homing
# #
- restore_configs - restore_configs
- opt_enable FIX_MOUNTED_PROBE - opt_enable FIX_MOUNTED_PROBE Z_SAFE_HOMING
- build_marlin - build_marlin
# #
# ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE # ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE

Loading…
Cancel
Save