41 lines
998 B
Markdown
Executable File
41 lines
998 B
Markdown
Executable File
---
|
|
name: Bug report
|
|
about: Report a bug in Knutwurst's Marlin Firmware
|
|
title: "[BUG] (short description)"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
|
|
------ PLEASE USE THIS TEMPLATE! --------
|
|
|
|
Have you read all Wiki articles in cluding the FAQ?
|
|
https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/wiki
|
|
|
|
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/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/new/choose
|
|
|
|
-->
|
|
|
|
### Bug Description
|
|
|
|
<!-- Description of the bug -->
|
|
|
|
### Steps to Reproduce
|
|
|
|
<!-- Please describe the steps needed to reproduce the issue -->
|
|
|
|
1. [First Step]
|
|
2. [Second Step]
|
|
3. [and so on...]
|
|
|
|
**Expected behavior:** [What you expect to happen]
|
|
|
|
**Actual behavior:** [What actually happens]
|
|
|
|
#### Additional Information
|
|
|
|
* Provide pictures or links to videos that clearly demonstrate the issue.
|
|
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines.
|