|
@@ -53,13 +53,6 @@ script:
|
53
|
53
|
- restore_configs
|
54
|
54
|
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
|
55
|
55
|
#
|
56
|
|
- # find U8glib files
|
57
|
|
- - sudo find / -iname u8g.h
|
58
|
|
- - sudo find / -iname U8glib.h
|
59
|
|
- # expose the C API
|
60
|
|
- #- sudo cp -f ${TRAVIS_BUILD_DIR}/.piolibdeps/U8glib-HAL_ID1932/src/lib/u8g.h ${TRAVIS_BUILD_DIR}/.piolibdeps/U8glib-HAL_ID1932/src/u8g.h
|
61
|
|
- #
|
62
|
|
- #
|
63
|
56
|
# Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4
|
64
|
57
|
# Test a "Fix Mounted" Probe with Safe Homing, some arc options,
|
65
|
58
|
# linear bed leveling, M48, leveling debug, and firmware retraction.
|