You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,24 @@ body:
14
14
15
15
## Before Reporting a Bug
16
16
17
-
- Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
17
+
- Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
18
18
19
-
- Test with the [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see whether the issue still exists.
19
+
- Test with the [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see whether the issue still exists.
20
20
21
21
## Instructions
22
22
23
-
Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/contributing.md) for additional guidelines.
23
+
Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/.github/contributing.md) for additional guidelines.
24
24
25
25
1. Provide a good title starting with [BUG].
26
26
2. Fill out all sections of this bug report form.
27
27
3. Always attach configuration files so we can build and test your setup.
28
28
29
29
- type: dropdown
30
30
attributes:
31
-
label: Did you test the latest `bugfix-2.0.x` code?
31
+
label: Did you test the latest `bugfix-2.1.x` code?
32
32
description: >-
33
33
Always try the latest code to make sure the issue you are reporting is not already fixed. To download
34
-
the latest code just [click this link](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip).
34
+
the latest code just [click this link](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip).
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ body:
17
17
18
18
- Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/master/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
19
19
20
-
- Check the latest [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see if the feature already exists.
20
+
- Check the latest [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see if the feature already exists.
21
21
22
22
- Before you proceed with your request, please consider if it is necessary to make it into a firmware feature, or if it may be better suited for a slicer or host feature.
Copy file name to clipboardexpand all lines: .github/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Unsure where to begin contributing to Marlin? You can start by looking through t
116
116
117
117
### Pull Requests
118
118
119
-
Pull Requests should always be targeted to working branches (e.g., `bugfix-2.0.x` and/or `bugfix-1.1.x`) and never to release branches (e.g., `2.0.x` and/or `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](https://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
119
+
Pull Requests should always be targeted to working branches (e.g., `bugfix-2.1.x` and/or `bugfix-1.1.x`) and never to release branches (e.g., `2.0.x` and/or `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](https://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
120
120
121
121
* Fill in [the required template](pull_request_template.md).
Copy file name to clipboardexpand all lines: .github/workflows/check-pr.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ jobs:
26
26
comment: >
27
27
Thanks for your contribution! Unfortunately we can't accept PRs directed at release branches. We make patches to the bugfix branches and only later do we push them out as releases.
28
28
29
-
Please redo this PR starting with the `bugfix-2.0.x` branch and be careful to target `bugfix-2.0.x` when resubmitting the PR.
29
+
Please redo this PR starting with the `bugfix-2.1.x` branch and be careful to target `bugfix-2.1.x` when resubmitting the PR.
30
30
31
-
It may help to set your fork's default branch to `bugfix-2.0.x`.
31
+
It may help to set your fork's default branch to `bugfix-2.1.x`.
32
32
33
33
See [this page](http://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions.
Copy file name to clipboardexpand all lines: Marlin/src/lcd/e3v2/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DWIN for Creality Ender 3 v2
2
2
3
-
Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.0.x/config/examples/Creality/Ender-3%20V2).
3
+
Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
Copy file name to clipboardexpand all lines: Marlin/src/lcd/e3v2/jyersui/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DWIN for Creality Ender 3 v2
2
2
3
-
Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.0.x/config/examples/Creality/Ender-3%20V2).
3
+
Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
Copy file name to clipboardexpand all lines: Marlin/src/pins/stm32f4/pins_ANET_ET4.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
// Z Probe
65
65
//
66
66
#ifENABLED(BLTOUCH)
67
-
#error "You will need to use 24V to 5V converter and remove one resistor and capacitor from the motherboard. See https://github.com/davidtgbe/Marlin/blob/bugfix-2.0.x/docs/Tutorials/bltouch-en.md for more information. Comment out this line to proceed at your own risk."
67
+
#error "You will need to use 24V to 5V converter and remove one resistor and capacitor from the motherboard. See https://bit.ly/3xg9cXO for more information. Comment out this line to proceed at your own risk."
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
59
59
60
60
## Submitting Patches
61
61
62
-
Proposed patches should be submitted as a Pull Request against the ([bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x)) branch.
62
+
Proposed patches should be submitted as a Pull Request against the ([bugfix-2.1.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.1.x)) branch.
63
63
64
64
- This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
65
65
- Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
0 commit comments