Skip to content
Snippets Groups Projects
Commit f69b5afe authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Travis CI test for MBL

parent 1a6c72cb
Branches
No related tags found
No related merge requests found
...@@ -94,6 +94,12 @@ script: ...@@ -94,6 +94,12 @@ script:
- opt_enable ENABLE_AUTO_BED_LEVELING DEBUG_LEVELING_FEATURE - opt_enable ENABLE_AUTO_BED_LEVELING DEBUG_LEVELING_FEATURE
- build_marlin - build_marlin
# #
# Test MESH_BED_LEVELING feature, with LCD
#
- restore_configs
- opt_enable MESH_BED_LEVELING MESH_G28_REST_ORIGIN MANUAL_BED_LEVELING ULTIMAKERCONTROLLER
- build_marlin
#
# Test AUTO_BED_LEVELING & DEBUG_LEVELING_FEATURE with Servos # Test AUTO_BED_LEVELING & DEBUG_LEVELING_FEATURE with Servos
# #
- opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR SERVO_ENDSTOP_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR SERVO_ENDSTOP_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment