Bladeren bron

Travis test a servo probe without ABL

Scott Lahteine 9 jaren geleden
bovenliggende
commit
42ccb5b0df
1 gewijzigde bestanden met toevoegingen van 6 en 2 verwijderingen
  1. 6
    2
      .travis.yml

+ 6
- 2
.travis.yml Bestand weergeven

@@ -90,13 +90,17 @@ script:
90 90
   - opt_enable PIDTEMPBED
91 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 95
   - restore_configs
96
-  - opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
97 96
   - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
98 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 104
   # Test MESH_BED_LEVELING feature, with LCD
101 105
   #
102 106
   - restore_configs

Laden…
Annuleren
Opslaan