My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. ---
  2. language: c
  3. #
  4. before_install:
  5. #
  6. # Fetch the tag information for the current branch
  7. - git fetch origin --tags
  8. #
  9. # Publish the buildroot script folder
  10. - chmod +x ${TRAVIS_BUILD_DIR}/buildroot/bin/*
  11. - ln -s ${TRAVIS_BUILD_DIR}/buildroot/bin/ ~/bin
  12. #
  13. # Start fb X server
  14. - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
  15. - sleep 3
  16. - export DISPLAY=:1.0
  17. #
  18. install:
  19. #
  20. # Install arduino 1.6.9
  21. - wget http://downloads-02.arduino.cc/arduino-1.6.9-linux64.tar.xz
  22. - tar xf arduino-1.6.9-linux64.tar.xz
  23. - sudo mv arduino-1.6.9 /usr/local/share/arduino
  24. - ln -s /usr/local/share/arduino/arduino ${TRAVIS_BUILD_DIR}/buildroot/bin/arduino
  25. #
  26. # Install: LiquidCrystal_I2C library
  27. - git clone https://github.com/kiyoshigawa/LiquidCrystal_I2C.git
  28. - mv LiquidCrystal_I2C/LiquidCrystal_I2C /usr/local/share/arduino/libraries/LiquidCrystal_I2C
  29. #
  30. # Install: LiquidTWI2 library
  31. - git clone https://github.com/lincomatic/LiquidTWI2.git
  32. - sudo mv LiquidTWI2 /usr/local/share/arduino/libraries/LiquidTWI2
  33. #
  34. # Install: Monochrome Graphics Library for LCDs and OLEDs
  35. - arduino --install-library "U8glib"
  36. #
  37. # Install: L6470 Stepper Motor Driver library
  38. - git clone https://github.com/ameyer/Arduino-L6470.git
  39. - sudo mv Arduino-L6470/L6470 /usr/local/share/arduino/libraries/L6470
  40. #
  41. # Install: TMC26X Stepper Motor Controller library
  42. - git clone https://github.com/trinamic/TMC26XStepper.git
  43. - sudo mv TMC26XStepper /usr/local/share/arduino/libraries/TMC26XStepper
  44. #
  45. before_script:
  46. #
  47. # Change current working directory to the build dir
  48. - cd ${TRAVIS_BUILD_DIR}
  49. #
  50. # Generate custom version include
  51. - generate_version_header_for_marlin ${TRAVIS_BUILD_DIR}/Marlin
  52. - cat ${TRAVIS_BUILD_DIR}/Marlin/_Version.h
  53. #
  54. script:
  55. #
  56. # Backup Configuration.h, Configuration_adv.h, and pins_RAMPS_14.h
  57. #
  58. - cp Marlin/Configuration.h Marlin/Configuration.h.backup
  59. - cp Marlin/Configuration_adv.h Marlin/Configuration_adv.h.backup
  60. - cp Marlin/pins_RAMPS_14.h Marlin/pins_RAMPS_14.h.backup
  61. #
  62. # Build with the default configurations
  63. #
  64. - build_marlin
  65. #
  66. # Test heated bed temperature sensor
  67. #
  68. - opt_set TEMP_SENSOR_BED 1
  69. - build_marlin
  70. #
  71. # Test 2 extruders on basic RAMPS 1.4
  72. #
  73. - opt_set MOTHERBOARD BOARD_RAMPS_14_EEB
  74. - opt_set EXTRUDERS 2
  75. - opt_set TEMP_SENSOR_1 1
  76. - build_marlin
  77. #
  78. # Test 3 extruders on RUMBA (can use any board with >=3 extruders defined)
  79. # Include a test for LIN_ADVANCE here also
  80. #
  81. - opt_set MOTHERBOARD BOARD_RUMBA
  82. - opt_set EXTRUDERS 3
  83. - opt_set TEMP_SENSOR_2 1
  84. - opt_enable_adv LIN_ADVANCE
  85. - build_marlin
  86. #
  87. # Test PIDTEMPBED
  88. #
  89. - restore_configs
  90. - opt_enable PIDTEMPBED
  91. - build_marlin
  92. #
  93. # Test a "Fix Mounted" Probe along with Safe Homing
  94. #
  95. - restore_configs
  96. - opt_enable FIX_MOUNTED_PROBE Z_SAFE_HOMING
  97. - build_marlin
  98. #
  99. # ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
  100. #
  101. - opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
  102. - build_marlin
  103. #
  104. # Test a Sled Z Probe
  105. #
  106. - restore_configs
  107. - opt_enable Z_PROBE_SLED
  108. - build_marlin
  109. #
  110. # ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
  111. #
  112. - opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
  113. - build_marlin
  114. #
  115. # Test a Servo Probe
  116. #
  117. - restore_configs
  118. - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
  119. - build_marlin
  120. #
  121. # ...with AUTO_BED_LEVELING_FEATURE & DEBUG_LEVELING_FEATURE
  122. #
  123. - opt_enable AUTO_BED_LEVELING_FEATURE DEBUG_LEVELING_FEATURE
  124. - build_marlin
  125. #
  126. # Test MESH_BED_LEVELING feature, with LCD
  127. #
  128. - restore_configs
  129. - opt_enable MESH_BED_LEVELING MESH_G28_REST_ORIGIN MANUAL_BED_LEVELING ULTIMAKERCONTROLLER
  130. - build_marlin
  131. #
  132. # Test EEPROM_SETTINGS, EEPROM_CHITCHAT, M100_FREE_MEMORY_WATCHER,
  133. # INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT
  134. #
  135. - restore_configs
  136. - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT
  137. - build_marlin
  138. #
  139. # Mixing Extruder
  140. #
  141. - restore_configs
  142. - opt_enable MIXING_EXTRUDER
  143. - opt_set MIXING_STEPPERS 2
  144. - build_marlin
  145. #
  146. # Test DUAL_X_CARRIAGE
  147. #
  148. - restore_configs
  149. - opt_set MOTHERBOARD BOARD_RUMBA
  150. - opt_set EXTRUDERS 2
  151. - opt_set TEMP_SENSOR_1 1
  152. - opt_enable USE_XMAX_PLUG
  153. - opt_enable_adv DUAL_X_CARRIAGE
  154. - build_marlin
  155. #
  156. # Test SPEAKER with BOARD_BQ_ZUM_MEGA_3D and BQ_LCD_SMART_CONTROLLER
  157. #
  158. - restore_configs
  159. - opt_set MOTHERBOARD BOARD_BQ_ZUM_MEGA_3D
  160. - opt_set LCD_FEEDBACK_FREQUENCY_DURATION_MS 10
  161. - opt_set LCD_FEEDBACK_FREQUENCY_HZ 100
  162. - opt_enable BQ_LCD_SMART_CONTROLLER SPEAKER
  163. #
  164. # Test SWITCHING_EXTRUDER
  165. #
  166. - restore_configs
  167. - opt_set MOTHERBOARD BOARD_RUMBA
  168. - opt_set EXTRUDERS 2
  169. - opt_enable NUM_SERVOS
  170. - opt_set NUM_SERVOS 1
  171. - opt_set TEMP_SENSOR_1 1
  172. - opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER
  173. - build_marlin
  174. #
  175. # Test MINIRAMBO for PWM_MOTOR_CURRENT
  176. #
  177. - restore_configs
  178. - opt_set MOTHERBOARD BOARD_MINIRAMBO
  179. - build_marlin
  180. #
  181. # Test FILAMENT_CHANGE_FEATURE and LCD_INFO_MENU
  182. #
  183. - restore_configs
  184. - opt_enable ULTIMAKERCONTROLLER
  185. - opt_enable_adv FILAMENT_CHANGE_FEATURE LCD_INFO_MENU
  186. - build_marlin
  187. #
  188. # Enable filament sensor
  189. #
  190. - restore_configs
  191. - opt_enable FILAMENT_WIDTH_SENSOR
  192. - build_marlin
  193. #
  194. # Enable filament sensor with LCD display
  195. #
  196. - opt_enable ULTIMAKERCONTROLLER FILAMENT_LCD_DISPLAY
  197. - build_marlin
  198. #
  199. # Enable BEZIER_CURVE_SUPPORT
  200. #
  201. - restore_configs
  202. - opt_enable_adv BEZIER_CURVE_SUPPORT
  203. - build_marlin
  204. #
  205. # Enable COREXY
  206. #
  207. - restore_configs
  208. - opt_enable COREXY
  209. - build_marlin
  210. #
  211. # Enable COREXZ
  212. #
  213. - restore_configs
  214. - opt_enable COREXZ
  215. - build_marlin
  216. #
  217. # Enable Z_DUAL_STEPPER_DRIVERS, Z_DUAL_ENDSTOPS
  218. #
  219. - restore_configs
  220. - opt_enable_adv Z_DUAL_STEPPER_DRIVERS Z_DUAL_ENDSTOPS
  221. - pins_set RAMPS_14 X_MAX_PIN -1
  222. - opt_set_adv Z2_MAX_PIN 2
  223. - build_marlin
  224. #
  225. # Test PRINTCOUNTER
  226. #
  227. - restore_configs
  228. - opt_enable PRINTCOUNTER
  229. - build_marlin
  230. #
  231. # Test NOZZLE_PARK_FEATURE
  232. #
  233. - restore_configs
  234. - opt_enable NOZZLE_PARK_FEATURE
  235. - build_marlin
  236. #
  237. # Test NOZZLE_CLEAN_FEATURE
  238. #
  239. - restore_configs
  240. - opt_enable AUTO_BED_LEVELING_FEATURE NOZZLE_CLEAN_FEATURE FIX_MOUNTED_PROBE
  241. - build_marlin
  242. #
  243. #
  244. ######## STANDARD LCD/PANELS ##############
  245. #
  246. # ULTRA_LCD
  247. #
  248. - restore_configs
  249. - opt_enable ULTRA_LCD
  250. - build_marlin
  251. #
  252. # DOGLCD
  253. #
  254. - restore_configs
  255. - opt_enable DOGLCD
  256. - build_marlin
  257. #
  258. # ULTIMAKERCONTROLLER
  259. #
  260. - restore_configs
  261. - opt_enable ULTIMAKERCONTROLLER
  262. - build_marlin
  263. #
  264. # MAKRPANEL
  265. # Needs to use Melzi and Sanguino hardware
  266. #
  267. #- restore_configs
  268. #- opt_enable MAKRPANEL
  269. #- build_marlin
  270. #
  271. # REPRAP_DISCOUNT_SMART_CONTROLLER, SDSUPPORT, and BABYSTEPPING
  272. #
  273. - restore_configs
  274. - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING
  275. - build_marlin
  276. #
  277. # G3D_PANEL
  278. #
  279. - restore_configs
  280. - opt_enable G3D_PANEL SDSUPPORT
  281. - build_marlin
  282. #
  283. # REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
  284. #
  285. - restore_configs
  286. - opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
  287. - build_marlin
  288. #
  289. # REPRAPWORLD_KEYPAD
  290. #
  291. # Cant find configuration details to get it to compile
  292. #- restore_configs
  293. #- opt_enable ULTRA_LCD REPRAPWORLD_KEYPAD REPRAPWORLD_KEYPAD_MOVE_STEP
  294. #- build_marlin
  295. #
  296. # RA_CONTROL_PANEL
  297. #
  298. - restore_configs
  299. - opt_enable RA_CONTROL_PANEL
  300. - build_marlin
  301. #
  302. ######## I2C LCD/PANELS ##############
  303. #
  304. # !!!ATTENTION!!!
  305. # Most I2C configurations are failing at the moment because they require
  306. # a different Liquid Crystal library "LiquidTWI2".
  307. #
  308. # LCD_I2C_SAINSMART_YWROBOT
  309. #
  310. #- restore_configs
  311. #- opt_enable LCD_I2C_SAINSMART_YWROBOT
  312. #- build_marlin
  313. #
  314. # LCD_I2C_PANELOLU2
  315. #
  316. #- restore_configs
  317. #- opt_enable LCD_I2C_PANELOLU2
  318. #- build_marlin
  319. #
  320. # LCD_I2C_VIKI
  321. #
  322. #- restore_configs
  323. #- opt_enable LCD_I2C_VIKI
  324. #- build_marlin
  325. #
  326. # LCM1602
  327. #
  328. - restore_configs
  329. - opt_enable LCM1602
  330. - build_marlin
  331. #
  332. #
  333. ######## Example Configurations ##############
  334. #
  335. # BQ Hephestos 2
  336. - restore_configs
  337. - use_example_configs Hephestos_2
  338. - build_marlin
  339. #
  340. # Delta Config (generic)
  341. - restore_configs
  342. - use_example_configs delta/generic
  343. - build_marlin
  344. #
  345. # Delta Config (generic) + ABL + ALLEN_KEY
  346. #
  347. - use_example_configs delta/generic
  348. - opt_disable DISABLE_MIN_ENDSTOPS
  349. - opt_enable AUTO_BED_LEVELING_FEATURE Z_PROBE_ALLEN_KEY
  350. - build_marlin
  351. #
  352. # Delta Config (Mini Kossel)
  353. #
  354. - use_example_configs delta/kossel_mini
  355. - build_marlin
  356. #
  357. # Makibox Config need to check board type for Teensy++ 2.0
  358. #
  359. #- use_example_configs makibox
  360. #- build_marlin
  361. #
  362. # SCARA Config
  363. #
  364. - use_example_configs SCARA
  365. - build_marlin
  366. #
  367. # tvrrug Config need to check board type for sanguino atmega644p
  368. #
  369. #- use_example_configs tvrrug/Round2
  370. #- build_marlin
  371. #
  372. #
  373. ######## Board Types #############
  374. #
  375. # To be added in nightly test branch
  376. #