Implement more fastio_Due macros (#11165)

This commit is contained in:
Scott Lahteine
2018-07-01 01:24:06 -05:00
committed by GitHub
parent c51e27d11d
commit 8a8eae8d97
2 changed files with 17 additions and 17 deletions

View File

@@ -451,7 +451,9 @@ script:
- export TEST_PLATFORM="-e DUE"
- restore_configs
- opt_set MOTHERBOARD BOARD_RAMPS4DUE_EFB
- opt_set S_CURVE_ACCELERATION
- opt_enable S_CURVE_ACCELERATION
- opt_set E0_AUTO_FAN_PIN 8
- opt_set EXTRUDER_AUTO_FAN_SPEED 100
- update_defaults
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}