My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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