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.

bug_report.yml 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. name: 🪲 Report a bug
  2. description: Create a bug report to help improve Marlin Firmware
  3. title: "[BUG] (bug summary)"
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: >
  8. Do you want to ask a question? Are you looking for support? Please use one of the [support links](https://github.com/MarlinFirmware/Marlin/issues/new/choose).
  9. - type: markdown
  10. attributes:
  11. value: |
  12. **Thank you for reporting a bug in Marlin Firmware!**
  13. ## Before Reporting a Bug
  14. - Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
  15. - Test with the [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see whether the issue still exists.
  16. ## Instructions
  17. Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/contributing.md) for additional guidelines.
  18. 1. Provide a good title starting with [BUG].
  19. 2. Fill out all sections of this bug report form.
  20. 3. Always attach configuration files so we can build and test your setup.
  21. - type: dropdown
  22. attributes:
  23. label: Did you test the latest `bugfix-2.0.x` code?
  24. description: >-
  25. Always try the latest code to make sure the issue you are reporting is not already fixed. To download
  26. the latest code just [click this link](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip).
  27. options:
  28. - Yes, and the problem still exists.
  29. - No, but I will test it now!
  30. validations:
  31. required: true
  32. - type: markdown
  33. attributes:
  34. value: |
  35. # Bug Details
  36. - type: textarea
  37. attributes:
  38. label: Bug Description
  39. description: >-
  40. Describe the bug in this section. Tell us what you were trying to do and what
  41. happened that you did not expect. Provide a clear and concise description of the
  42. problem and include as many details as possible.
  43. placeholder: |
  44. Marlin doesn't work.
  45. validations:
  46. required: true
  47. - type: input
  48. attributes:
  49. label: Bug Timeline
  50. description: Is this a new bug or an old issue? When did it first start?
  51. - type: textarea
  52. attributes:
  53. label: Expected behavior
  54. description: >-
  55. What did you expect to happen?
  56. placeholder: I expected it to move left.
  57. - type: textarea
  58. attributes:
  59. label: Actual behavior
  60. description: What actually happened instead?
  61. placeholder: It moved right instead of left.
  62. - type: textarea
  63. attributes:
  64. label: Steps to Reproduce
  65. description: >-
  66. Please describe the steps needed to reproduce the issue.
  67. placeholder: |
  68. 1. [First Step] ...
  69. 2. [Second Step] ...
  70. 3. [and so on] ...
  71. - type: markdown
  72. attributes:
  73. value: |
  74. # Your Setup
  75. - type: input
  76. attributes:
  77. label: Version of Marlin Firmware
  78. description: "See the About Menu on the LCD or the output of `M115`. NOTE: For older releases we only patch critical bugs."
  79. validations:
  80. required: true
  81. - type: input
  82. attributes:
  83. label: Printer model
  84. description: Creality Ender 3, Prusa mini, or Kossel Delta?
  85. - type: input
  86. attributes:
  87. label: Electronics
  88. description: Stock electronics, upgrade board, or something else?
  89. - type: input
  90. attributes:
  91. label: Add-ons
  92. description: Please list any hardware add-ons that could be involved.
  93. - type: dropdown
  94. attributes:
  95. label: Bed Leveling
  96. description: What kind of bed leveling compensation are you using?
  97. options:
  98. - UBL Bilinear mesh
  99. - ABL Bilinear mesh
  100. - ABL Linear grid
  101. - ABL 3-point
  102. - MBL Manual Bed Leveling
  103. - No Bed Leveling
  104. - type: dropdown
  105. attributes:
  106. label: Your Slicer
  107. description: Do you use Slic3r, Prusa Slicer, Simplify3D, IdeaMaker...?
  108. options:
  109. - Slic3r
  110. - Simplify3D
  111. - Prusa Slicer
  112. - IdeaMaker
  113. - Cura
  114. - Other (explain below)
  115. - type: dropdown
  116. attributes:
  117. label: Host Software
  118. description: Do you use OctoPrint, Repetier Host, Pronterface...?
  119. options:
  120. - SD Card (headless)
  121. - Repetier Host
  122. - OctoPrint
  123. - Pronterface
  124. - Cura
  125. - Same as my slicer
  126. - Other (explain below)
  127. - type: markdown
  128. attributes:
  129. value: >-
  130. ## Other things to include
  131. Please also be sure to include these items to help with troubleshooting:
  132. * **A ZIP file** containing your `Configuration.h` and `Configuration_adv.h`.
  133. (Please don't paste lengthy configuration text here.)
  134. * **Log output** from the host. (`M111 S247` for maximum logging.)
  135. * **Images or videos** demonstrating the problem, if it helps to make it clear.
  136. * **A G-Code file** that exposes the problem, if not affecting _all_ G-code.
  137. If you've made any other modifications to the firmware, please describe them in detail in the space provided.
  138. When pasting formatted text into the box below don't forget to put ` ``` ` (on its own line) before and after to make it readable.
  139. - type: textarea
  140. attributes:
  141. label: Additional information & file uploads