mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 09:42:34 +00:00
🔖 Marlin 2.1.3-beta2
This beta release is posted to get even more bugs fixed. Get on this!
This commit is contained in:
parent
8b8c862615
commit
eb0ec77660
5 changed files with 12 additions and 8 deletions
|
@ -28,7 +28,7 @@
|
||||||
/**
|
/**
|
||||||
* Marlin release version identifier
|
* Marlin release version identifier
|
||||||
*/
|
*/
|
||||||
//#define SHORT_BUILD_VERSION "bugfix-2.1.x"
|
//#define SHORT_BUILD_VERSION "2.1.3-beta2"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verbose version identifier which should contain a reference to the location
|
* Verbose version identifier which should contain a reference to the location
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* Release version. Leave the Marlin version or apply a custom scheme.
|
* Release version. Leave the Marlin version or apply a custom scheme.
|
||||||
*/
|
*/
|
||||||
#ifndef SHORT_BUILD_VERSION
|
#ifndef SHORT_BUILD_VERSION
|
||||||
#define SHORT_BUILD_VERSION "bugfix-2.1.x"
|
#define SHORT_BUILD_VERSION "2.1.3-beta2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# DWIN for Creality Ender-3 v2
|
# DWIN for Creality Ender-3 v2
|
||||||
|
|
||||||
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).
|
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-b2/config/examples/Creality/Ender-3%20V2).
|
||||||
|
|
||||||
## Easy Install
|
## Easy Install
|
||||||
|
|
||||||
|
|
12
README.md
12
README.md
|
@ -16,20 +16,24 @@
|
||||||
Additional documentation can be found at the [Marlin Home Page](//marlinfw.org/).
|
Additional documentation can be found at the [Marlin Home Page](//marlinfw.org/).
|
||||||
Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
|
Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
|
||||||
|
|
||||||
## Marlin 2.1 Bugfix Branch
|
## Marlin 2.1.3 Beta 2
|
||||||
|
|
||||||
__Not for production use. Use with caution!__
|
__Not for production use. Use with caution!__
|
||||||
|
|
||||||
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.
|
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?
|
||||||
|
|
||||||
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.
|
## Configuration Migration
|
||||||
|
|
||||||
Download earlier versions of Marlin on the [Releases page](//github.com/MarlinFirmware/Marlin/releases).
|
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.
|
||||||
|
|
||||||
## Example Configurations
|
## Example Configurations
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Marlin Builds
|
||||||
|
|
||||||
|
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**.
|
||||||
|
|
||||||
## Building Marlin 2.1
|
## Building Marlin 2.1
|
||||||
|
|
||||||
To build and upload Marlin you will use one of these tools:
|
To build and upload Marlin you will use one of these tools:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Marlin configurations for specific machines are now maintained in their own repository at:
|
Marlin configurations for specific machines are now maintained in their own repository at:
|
||||||
|
|
||||||
## https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x
|
## https://github.com/MarlinFirmware/Configurations/tree/2.1.3-b2
|
||||||
|
|
||||||
Configuration files for use with the nightly `bugfix-2.1.x` branch can be downloaded from:
|
Configuration files for use with the nightly `bugfix-2.1.x` branch can be downloaded from:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue