Browse Source

Travis test a servo probe without ABL

Scott Lahteine 9 years ago
parent
commit
42ccb5b0df
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      .travis.yml

+ 6
- 2
.travis.yml View File

90
   - opt_enable PIDTEMPBED
90
   - opt_enable PIDTEMPBED
91
   - build_marlin
91
   - build_marlin
92
   #
92
   #
93
-  # Test AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE with a Servo Probe
93
+  # Test a Servo Probe without leveling
94
   #
94
   #
95
   - restore_configs
95
   - restore_configs
96
-  - opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
97
   - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
96
   - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
98
   - build_marlin
97
   - build_marlin
99
   #
98
   #
99
+  # Test AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE with a Servo Probe
100
+  #
101
+  - opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
102
+  - build_marlin
103
+  #
100
   # Test MESH_BED_LEVELING feature, with LCD
104
   # Test MESH_BED_LEVELING feature, with LCD
101
   #
105
   #
102
   - restore_configs
106
   - restore_configs

Loading…
Cancel
Save