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.

MarlinFirmware.sublime-project 686B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "folders":
  3. [
  4. {
  5. "folder_exclude_patterns":
  6. [
  7. ".pio*",
  8. "MarlinFirmware/lib",
  9. "Marlin/lib",
  10. "datatmp",
  11. ".vscode"
  12. ],
  13. "binary_file_patterns":
  14. [ "*.psd", "*.png", "*.jpg", "*.jpeg", "*.bdf", "*.patch", "avrdude_5.*", "*.svg", "*.bin", "*.woff" ],
  15. "file_exclude_patterns":
  16. [
  17. "Marlin/platformio.ini",
  18. "Marlin/.travis.yml",
  19. "Marlin/.gitignore",
  20. "Marlin/*/platformio.ini",
  21. "Marlin/*/.travis.yml",
  22. "Marlin/*/.gitignore",
  23. "*.d"
  24. ],
  25. "path": "../../.."
  26. }
  27. ],
  28. "settings":
  29. {
  30. "ensure_newline_at_eof_on_save": true,
  31. "tab_size": 2,
  32. "translate_tabs_to_spaces": true,
  33. "trim_trailing_white_space_on_save": true
  34. }
  35. }