Explorar el Código

Travis CI test for MBL

Scott Lahteine hace 8 años
padre
commit
f69b5afe4c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Ver fichero

@@ -94,6 +94,12 @@ script:
94 94
   - opt_enable ENABLE_AUTO_BED_LEVELING DEBUG_LEVELING_FEATURE
95 95
   - build_marlin
96 96
   #
97
+  # Test MESH_BED_LEVELING feature, with LCD
98
+  #
99
+  - restore_configs
100
+  - opt_enable MESH_BED_LEVELING MESH_G28_REST_ORIGIN MANUAL_BED_LEVELING ULTIMAKERCONTROLLER
101
+  - build_marlin
102
+  #
97 103
   # Test AUTO_BED_LEVELING & DEBUG_LEVELING_FEATURE with Servos
98 104
   #
99 105
   - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR SERVO_ENDSTOP_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE

Loading…
Cancelar
Guardar