Skip to content

Commit

Permalink
Merge pull request #4100 from thinkyhead/rc_z_deploy
Browse files Browse the repository at this point in the history
Use deploy/stow with FIX_MOUNTED_PROBE too
  • Loading branch information
thinkyhead authored Jun 21, 2016
2 parents 524f6d9 + 6563b07 commit 71534dc
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 372 deletions.
26 changes: 24 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,35 @@ script:
- opt_enable PIDTEMPBED
- build_marlin
#
# Test a Servo Probe without leveling
# Test a "Fix Mounted" Probe
#
- restore_configs
- opt_enable FIX_MOUNTED_PROBE
- build_marlin
#
# ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
#
- opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
- build_marlin
#
# Test a Mechanical Probe
#
- restore_configs
- opt_enable MECHANICAL_PROBE
- build_marlin
#
# ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
#
- opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
- build_marlin
#
# Test a Servo Probe
#
- restore_configs
- opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
- build_marlin
#
# Test AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE with a Servo Probe
# ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
#
- opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
- build_marlin
Expand Down
Loading

0 comments on commit 71534dc

Please sign in to comment.