forked from MarlinFirmware/Marlin
-
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
7 changed files
with
43 additions
and
13 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 |
---|---|---|
@@ -1,11 +1,35 @@ | ||
# NO SUPPORT REQUESTS PLEASE | ||
<!-- | ||
Do you want to ask a question? Are you looking for support? Please don't post here. Support Requests posted here will be automatically closed! | ||
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/bugfix-2.0.x/.github/code_of_conduct.md | ||
Instead use one of the following options: | ||
Do you want to ask a question? Are you looking for support? Please don't post here. Instead use one of the following options: | ||
- The Marlin Firmware forum at https://reprap.org/forum/list.php?415 | ||
- The MarlinFirmware Facebook Group at https://www.facebook.com/groups/1049718498464482/ | ||
- The MarlinFirmware Discord Server at https://discord.gg/n5NJ59y. | ||
Before filing an issue be sure to test the latest "bugfix" branch to see whether the issue is already addressed. | ||
--> | ||
|
||
### Description | ||
|
||
<!-- Description of the bug or requested feature --> | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- If this is a Bug Report, 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 | ||
|
||
* Include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files. | ||
* Provide pictures or links to videos that clearly demonstrate the issue. | ||
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines. |
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
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
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
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
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
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Where have all the configurations gone? | ||
|
||
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.7.2.zip | ||
Marlin configurations for specific machines are now maintained in their own repository at: | ||
|
||
## https://github.com/MarlinFirmware/Configurations | ||
|
||
Configuration files for use with the nightly `bugfix-2.0.x` branch can be downloaded from: | ||
|
||
## https://github.com/MarlinFirmware/Configurations/archive/bugfix-2.0.x.zip |