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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. #
  2. # Marlin 3D Printer Firmware
  3. # Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. #
  5. # Based on Sprinter and grbl.
  6. # Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
  7. #
  8. # This program is free software: you can redistribute it and/or modify
  9. # it under the terms of the GNU General Public License as published by
  10. # the Free Software Foundation, either version 3 of the License, or
  11. # (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. # GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  20. #
  21. # Generated files
  22. _Version.h
  23. bdf2u8g
  24. marlin_config.json
  25. mczip.h
  26. *.gen
  27. *.sublime-workspace
  28. #
  29. # OS
  30. #
  31. applet/
  32. .DS_Store
  33. #
  34. # Misc
  35. #
  36. *~
  37. *.orig
  38. *.rej
  39. *.bak
  40. *.idea
  41. *.s
  42. *.i
  43. *.ii
  44. *.swp
  45. tags
  46. #
  47. # C++
  48. #
  49. # Compiled Object files
  50. *.slo
  51. *.lo
  52. *.o
  53. *.obj
  54. *.ino.cpp
  55. # Precompiled Headers
  56. *.gch
  57. *.pch
  58. # Compiled Dynamic libraries
  59. *.so
  60. *.dylib
  61. *.dll
  62. # Fortran module files
  63. *.mod
  64. *.smod
  65. # Compiled Static libraries
  66. *.lai
  67. *.la
  68. *.a
  69. *.lib
  70. # Executables
  71. *.exe
  72. *.out
  73. *.app
  74. #
  75. # C
  76. #
  77. # Object files
  78. *.o
  79. *.ko
  80. *.obj
  81. *.elf
  82. # Precompiled Headers
  83. *.gch
  84. *.pch
  85. # Libraries
  86. *.lib
  87. *.a
  88. *.la
  89. *.lo
  90. # Shared objects (inc. Windows DLLs)
  91. *.dll
  92. *.so
  93. *.so.*
  94. *.dylib
  95. # Executables
  96. *.exe
  97. *.out
  98. *.app
  99. *.i*86
  100. *.x86_64
  101. *.hex
  102. # Debug files
  103. *.dSYM/
  104. *.su
  105. # PlatformIO files/dirs
  106. .pio*
  107. .pioenvs
  108. .piolibdeps
  109. .clang_complete
  110. .gcc-flags.json
  111. /lib/
  112. # Secure Credentials
  113. Configuration_Secure.h
  114. # Visual Studio
  115. *.sln
  116. *.vcxproj
  117. *.vcxproj.user
  118. *.vcxproj.filters
  119. Release/
  120. Debug/
  121. __vm/
  122. .vs/
  123. vc-fileutils.settings
  124. # Visual Studio Code
  125. .vscode/*
  126. !.vscode/extensions.json
  127. #Simulation
  128. imgui.ini
  129. eeprom.dat
  130. spi_flash.bin
  131. #cmake
  132. CMakeLists.txt
  133. src/CMakeLists.txt
  134. CMakeListsPrivate.txt
  135. build/
  136. # CLion
  137. cmake-build-*
  138. # Eclipse
  139. .project
  140. .cproject
  141. .pydevproject
  142. .settings
  143. .classpath
  144. # Python
  145. __pycache__
  146. # IOLogger logs
  147. *_log.csv