forked from mriscoc/Ender3V2S1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
200 changed files
with
20,400 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
custom: ["https://www.paypal.com/paypalme/mriscoc"] | ||
patreon: mriscoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
name: 🐛 Report a bug | ||
description: Create a bug report to help improve the Professional Firmware | ||
title: "[BUG] (bug summary)" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Do you want to ask a question? Are you looking for support or a feature request? Please use the [Discussions page](https://github.com/mriscoc/Ender3V2S1/discussions). | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thank you for reporting a bug in Professional Firmware!** | ||
## Before Reporting a Bug | ||
- Read and understand [Code of Conduct](https://github.com/mriscoc/Ender3V2S1/blob/Ender3V2S1-Released/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect. | ||
- Try the latest precompiled versions to make sure the issue you are reporting is not caused by your custom configuration. | ||
- If you compile a custom version, test your configuration with the Marlin [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see whether the issue also exists in Marlin. | ||
## Instructions | ||
Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Professional Firmware](https://github.com/mriscoc/Ender3V2S1/blob/Ender3V2S1-Released/.github/contributing.md) for additional guidelines. | ||
1. Provide a good title not a general one. | ||
2. Fill out all sections of this bug report form. | ||
3. Attach configuration files if applicable. | ||
- type: dropdown | ||
attributes: | ||
label: Did you test with a precompiled firmware? | ||
description: >- | ||
Always try the latest precompiled version to make sure the issue you are reporting is not caused by your custom configuration. | ||
options: | ||
- Yes, and the problem still exists. | ||
- No, but I will test it now! | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Bug Details | ||
- type: textarea | ||
attributes: | ||
label: Bug Description | ||
description: >- | ||
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. | ||
When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable. | ||
placeholder: | | ||
Firmware doesn't work. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Bug Timeline | ||
description: Is this a new bug or an old issue? When did it first start? | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: >- | ||
What did you expect to happen? | ||
placeholder: I expected it to move left. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
description: What actually happened instead? | ||
placeholder: It moved right instead of left. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: >- | ||
Please describe the steps needed to reproduce the issue. | ||
placeholder: | | ||
1. [First Step] ... | ||
2. [Second Step] ... | ||
3. [and so on] ... | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Your Setup | ||
- type: input | ||
attributes: | ||
label: Version of Professional Firmware | ||
description: "See the Control/Info Menu on the Screen or the output of `M115`." | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Printer model | ||
description: Creality Ender 3V2, S1, F4/F1? | ||
|
||
- type: input | ||
attributes: | ||
label: Electronics | ||
description: Board 4.2.2, 4.2.7, SKR Mini? | ||
|
||
- type: input | ||
attributes: | ||
label: Add-ons | ||
description: Please list any hardware add-ons that could be involved. | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Bed Leveling | ||
description: What kind of bed leveling compensation are you using? | ||
options: | ||
- UBL Bilinear mesh | ||
- ABL Bilinear mesh | ||
- MBL Manual Bed Leveling | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Your Slicer | ||
description: Do you use Slic3r, Prusa Slicer, Simplify3D, IdeaMaker...? | ||
options: | ||
- Slic3r | ||
- Simplify3D | ||
- Prusa Slicer | ||
- IdeaMaker | ||
- Cura | ||
- Other (explain below) | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Host Software | ||
description: Do you use OctoPrint, Repetier Host, Pronterface...? | ||
options: | ||
- SD Card (headless) | ||
- Repetier Host | ||
- OctoPrint | ||
- Pronterface | ||
- Cura | ||
- Same as my slicer | ||
- Other (explain below) | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Attachments | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Optional items to include: | ||
- '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. | ||
- type: textarea | ||
attributes: | ||
label: Additional information & file uploads | ||
description: >- | ||
If you've made any other modifications to the firmware, please describe them in detail. | ||
When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 📖 Professional Firmware Documentation | ||
url: https://github.com/mriscoc/Ender3V2S1/wiki | ||
about: Lots of documentation about firmware settings and features. | ||
- name: 📖 Marlin Documentation | ||
url: https://marlinfw.org/ | ||
about: Lots of documentation on installing and using Marlin. | ||
- name: 👤 Professional Firmware Facebook group | ||
url: https://www.facebook.com/groups/513889302986197 | ||
about: Please ask and answer questions here. | ||
- name: 💸 Want to donate? | ||
url: https://www.paypal.com/paypalme/mriscoc | ||
about: Your contribution to this project is always welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version] | ||
|
||
[homepage]: https://contributor-covenant.org | ||
[version]: https://contributor-covenant.org/version/1/4/ |
Oops, something went wrong.