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

1234567891011121314151617181920212223242526
  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. ".github",
  17. ".pio*",
  18. "Marlin/lib",
  19. "datatmp",
  20. "Marlin/*/src",
  21. ".vscode"
  22. ],
  23. "path": "../../.."
  24. }
  25. ]
  26. }