Skip to content

Commit 72c30ac

Browse files
committed
Marlin 2.1.3-beta1
This beta release is posted to get some bugs fixed. Let's go!
1 parent 1f61b74 commit 72c30ac

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

Marlin/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
//#define SHORT_BUILD_VERSION "bugfix-2.1.x"
31+
//#define SHORT_BUILD_VERSION "2.1.3-beta1"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location

Marlin/src/inc/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Release version. Leave the Marlin version or apply a custom scheme.
2626
*/
2727
#ifndef SHORT_BUILD_VERSION
28-
#define SHORT_BUILD_VERSION "bugfix-2.1.x"
28+
#define SHORT_BUILD_VERSION "2.1.3-beta1"
2929
#endif
3030

3131
/**

Marlin/src/lcd/e3v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DWIN for Creality Ender-3 v2
22

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).
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/2.1.3-b1/config/examples/Creality/Ender-3%20V2).
44

55
## Easy Install
66

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,24 @@
1515
Additional documentation can be found at the [Marlin Home Page](//marlinfw.org/).
1616
Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
1717

18-
## Marlin 2.1 Bugfix Branch
18+
## Marlin 2.1.3 Beta 1
1919

2020
__Not for production use. Use with caution!__
2121

22-
Marlin 2.1 continues to support both 32-bit ARM and 8-bit AVR boards while adding support for up to 9 coordinated axes and to up to 8 extruders.
22+
This branch is for testing and bug fixes for Marlin 2.1.3. We'll use this time to collect bug reports and patch as many issues as we can. This should help the release version of 2.1.3 to be as robust as we can make it. Are you ready to do some testing?
2323

24-
This branch is for patches to the latest 2.1.x release version. Periodically this branch will form the basis for the next minor 2.1.x release.
24+
## Configuration Migration
2525

26-
Download earlier versions of Marlin on the [Releases page](//github.com/MarlinFirmware/Marlin/releases).
26+
There are a lot of configuration changes in Marlin 2.1.3. We're working on automated tools to migrate configurations, so if you want to help us test those get in touch on the [Marlin Discord](//discord.com/servers/marlin-firmware-461605380783472640). If you need help migrating your configurations to Marlin 2.1.3, we'll have a dedicated channel for this purpose. Post your configurations there and we'll send back updated configurations. We can also send a built `firmware.bin` file if you need it.
2727

2828
## Example Configurations
2929

3030
Before you can build Marlin for your machine you'll need a configuration for your specific hardware. Upon request, your vendor will be happy to provide you with the complete source code and configurations for your machine, but you'll need to get updated configuration files if you want to install a newer version of Marlin. Fortunately, Marlin users have contributed dozens of tested configurations to get you started. Visit the [MarlinFirmware/Configurations](//github.com/MarlinFirmware/Configurations) repository to find the right configuration for your hardware.
3131

32+
## Marlin Builds
33+
34+
We now publish builds for all our posted example configurations. See the [MarlinBuilds](//github.com/MarlinFirmware/MarlinBuilds) repository for details. This is a new process so bear with us while we work out all the best variants. If you like the way an example configuration works but think it could be better, please submit your suggested improvements in a **Pull Request**.
35+
3236
## Building Marlin 2.1
3337

3438
To build and upload Marlin you will use one of these tools:

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Marlin configurations for specific machines are now maintained in their own repository at:
44

5-
## https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x
5+
## https://github.com/MarlinFirmware/Configurations/tree/2.1.3-b1
66

77
Configuration files for use with the nightly `bugfix-2.1.x` branch can be downloaded from:
88

0 commit comments

Comments
 (0)