Add a Travis test of Z Safe Homing without ABL

This commit is contained in:
Scott Lahteine 2016-06-22 03:06:54 -07:00
parent d50539583a
commit bd99a2bcff

View file

@ -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