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

12345678910111213141516171819202122232425
  1. {
  2. "folders":
  3. [
  4. {
  5. "file_exclude_patterns":
  6. [
  7. "Marlin/platformio.ini",
  8. "Marlin/.travis.yml",
  9. "Marlin/.gitignore",
  10. "Marlin/*/platformio.ini",
  11. "Marlin/*/.travis.yml",
  12. "Marlin/*/.gitignore"
  13. ],
  14. "folder_exclude_patterns":
  15. [
  16. ".pio*",
  17. "Marlin/lib",
  18. "datatmp",
  19. "Marlin/*/src",
  20. ".vscode"
  21. ],
  22. "path": "../../.."
  23. }
  24. ]
  25. }