Subversion Repositories MK-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
---
2
name: Bug report
3
about: Report a bug in Marlin
4
title: "[BUG] (short description)"
5
labels: ''
6
assignees: ''
7
 
8
---
9
 
10
<!--
11
 
12
Have you read Marlin's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/MarlinFirmware/Marlin/blob/master/.github/code_of_conduct.md
13
 
14
Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use one of the support links at https://github.com/MarlinFirmware/Marlin/issues/new/choose
15
 
16
Before filing an issue be sure to test the "bugfix" branches to see whether the issue has been resolved.
17
 
18
-->
19
 
20
### Bug Description
21
 
22
<!-- Description of the bug -->
23
 
24
### My Configurations
25
 
26
**Required:** Please include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files.
27
 
28
### Steps to Reproduce
29
 
30
<!-- Please describe the steps needed to reproduce the issue -->
31
 
32
1. [First Step]
33
2. [Second Step]
34
3. [and so on...]
35
 
36
**Expected behavior:** [What you expect to happen]
37
 
38
**Actual behavior:** [What actually happens]
39
 
40
#### Additional Information
41
 
42
* Provide pictures or links to videos that clearly demonstrate the issue.
43
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines.