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

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. *.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/extensions.json
  126. #Simulation
  127. imgui.ini
  128. eeprom.dat
  129. spi_flash.bin
  130. fs.img
  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