My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.gitignore 380B

1234567891011121314151617
  1. // Our automatic versioning scheme generates the following file
  2. // NEVER put it in the repository
  3. _Version.h
  4. // All of the following OS, IDE and compiler generated file
  5. // references should be moved from this file
  6. // They are needed, but they belong in your global .gitignore
  7. // rather than in a per-project file such as this
  8. *.o
  9. applet/
  10. *~
  11. *.orig
  12. *.rej
  13. *.bak
  14. *.DS_Store
  15. *.idea