Browse Source

Add a Travis test of Z Safe Homing without ABL

Scott Lahteine 8 years ago
parent
commit
bd99a2bcff
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml View File

90
   - opt_enable PIDTEMPBED
90
   - opt_enable PIDTEMPBED
91
   - build_marlin
91
   - build_marlin
92
   #
92
   #
93
-  # Test a "Fix Mounted" Probe
93
+  # Test a "Fix Mounted" Probe along with Safe Homing
94
   #
94
   #
95
   - restore_configs
95
   - restore_configs
96
-  - opt_enable FIX_MOUNTED_PROBE
96
+  - opt_enable FIX_MOUNTED_PROBE Z_SAFE_HOMING
97
   - build_marlin
97
   - build_marlin
98
   #
98
   #
99
   # ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
99
   # ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE

Loading…
Cancel
Save