Skip to content

Latest commit

 

History

History
169 lines (141 loc) · 5.42 KB

bug_report.yml

File metadata and controls

169 lines (141 loc) · 5.42 KB
NameAboutLabelsAssignees
🪲 Report a bugCreate a bug report to help improve Marlin Firmware

Do you want to ask a question? Are you looking for support? Please use one of the support links.

Thank you for reporting a bug in Marlin Firmware!

Before Reporting a Bug

  • Read and understand Marlin's Code of Conduct. You are expected to comply with it, including treating everyone with respect.

  • Test with the bugfix-2.0.x branch to see whether the issue still exists.

Instructions

Please follow the instructions below. Failure to do so may result in your issue being closed. See Contributing to Marlin for additional guidelines.

  1. Provide a good title starting with [BUG].
  2. Fill out all sections of this bug report form.
  3. Always attach configuration files so we can build and test your setup.

Always try the latest code to make sure the issue you are reporting is not already fixed. To download the latest code just click this link.

Bug Details

Describe the bug in this section. Tell us what you were trying to do and what happened that you did not expect. Provide a clear and concise description of the problem and include as many details as possible.

Is this a new bug or an old issue? When did it first start?

What did you expect to happen?

What actually happened instead?

Please describe the steps needed to reproduce the issue.

Your Setup

See the About Menu on the LCD or the output of M115. NOTE: For older releases we only patch critical bugs.

Creality Ender 3, Prusa mini, or Kossel Delta?

Stock electronics, upgrade board, or something else?

Please list any hardware add-ons that could be involved.

What kind of bed leveling compensation are you using?

Do you use Slic3r, Prusa Slicer, Simplify3D, IdeaMaker...?

Do you use OctoPrint, Repetier Host, Pronterface...?

Other things to include

Please also be sure to include these items to help with troubleshooting:

  • A ZIP file containing your Configuration.h and Configuration_adv.h.
    (Please don't paste lengthy configuration text here.)
  • Log output from the host. (M111 S247 for maximum logging.)
  • Images or videos demonstrating the problem, if it helps to make it clear.
  • A G-Code file that exposes the problem, if not affecting all G-code.

If you've made any other modifications to the firmware, please describe them in detail in the space provided.
When pasting formatted text into the box below don't forget to put ``` (on its own line) before and after to make it readable.