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.

.gitignore 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. #
  28. # OS
  29. #
  30. applet/
  31. .DS_Store
  32. #
  33. # Misc
  34. #
  35. *~
  36. *.orig
  37. *.rej
  38. *.bak
  39. *.idea
  40. *.s
  41. *.i
  42. *.ii
  43. *.swp
  44. tags
  45. #
  46. # C++
  47. #
  48. # Compiled Object files
  49. *.slo
  50. *.lo
  51. *.o
  52. *.obj
  53. *.ino.cpp
  54. # Precompiled Headers
  55. *.gch
  56. *.pch
  57. # Compiled Dynamic libraries
  58. *.so
  59. *.dylib
  60. *.dll
  61. # Fortran module files
  62. *.mod
  63. *.smod
  64. # Compiled Static libraries
  65. *.lai
  66. *.la
  67. *.a
  68. *.lib
  69. # Executables
  70. *.exe
  71. *.out
  72. *.app
  73. #
  74. # C
  75. #
  76. # Object files
  77. *.o
  78. *.ko
  79. *.obj
  80. *.elf
  81. # Precompiled Headers
  82. *.gch
  83. *.pch
  84. # Libraries
  85. *.lib
  86. *.a
  87. *.la
  88. *.lo
  89. # Shared objects (inc. Windows DLLs)
  90. *.dll
  91. *.so
  92. *.so.*
  93. *.dylib
  94. # Executables
  95. *.exe
  96. *.out
  97. *.app
  98. *.i*86
  99. *.x86_64
  100. *.hex
  101. # Debug files
  102. *.dSYM/
  103. *.su
  104. # PlatformIO files/dirs
  105. .pio*
  106. .pioenvs
  107. .piolibdeps
  108. .clang_complete
  109. .gcc-flags.json
  110. /lib/
  111. # Secure Credentials
  112. Configuration_Secure.h
  113. # Visual Studio
  114. *.sln
  115. *.vcxproj
  116. *.vcxproj.user
  117. *.vcxproj.filters
  118. Release/
  119. Debug/
  120. __vm/
  121. .vs/
  122. vc-fileutils.settings
  123. # Visual Studio Code
  124. .vscode
  125. .vscode/.browse.c_cpp.db*
  126. .vscode/c_cpp_properties.json
  127. .vscode/launch.json
  128. .vscode/*.db
  129. #Simulation
  130. imgui.ini
  131. eeprom.dat
  132. spi_flash.bin
  133. #cmake
  134. CMakeLists.txt
  135. src/CMakeLists.txt
  136. CMakeListsPrivate.txt
  137. # CLion
  138. cmake-build-*
  139. # Eclipse
  140. .project
  141. .cproject
  142. .pydevproject
  143. .settings
  144. .classpath
  145. # Python
  146. __pycache__
  147. # IOLogger logs
  148. *_log.csv