My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.gitattributes 346B

12345678910111213141516171819
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Files with Unix line endings
  4. *.c text eol=lf
  5. *.cpp text eol=lf
  6. *.h text eol=lf
  7. *.ino text eol=lf
  8. *.py text eol=lf
  9. *.sh text eol=lf
  10. *.scad text eol=lf
  11. # Files with native line endings
  12. # *.sln text
  13. # Binary files
  14. *.png binary
  15. *.jpg binary
  16. *.fon binary