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 675B

12345678910111213141516171819202122232425262728293031323334
  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. ],
  24. "path": "../../.."
  25. }
  26. ],
  27. "settings":
  28. {
  29. "ensure_newline_at_eof_on_save": true,
  30. "tab_size": 2,
  31. "translate_tabs_to_spaces": true,
  32. "trim_trailing_white_space_on_save": true
  33. }
  34. }