Skip to content

Commit fff0d70

Browse files
committed
🔖 Version 2.1.2.4
1 parent 53392f3 commit fff0d70

File tree

6 files changed

+20
-53
lines changed

6 files changed

+20
-53
lines changed

Marlin/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* Advanced settings can be found in Configuration_adv.h
3737
*/
38-
#define CONFIGURATION_H_VERSION 02010203
38+
#define CONFIGURATION_H_VERSION 02010204
3939

4040
//===========================================================================
4141
//============================= Getting Started =============================

Marlin/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* Basic settings can be found in Configuration.h
3232
*/
33-
#define CONFIGURATION_ADV_H_VERSION 02010203
33+
#define CONFIGURATION_ADV_H_VERSION 02010204
3434

3535
// @section develop
3636

Marlin/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
//#define SHORT_BUILD_VERSION "2.1.2.3"
31+
//#define SHORT_BUILD_VERSION "2.1.2.4"
3232

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

Marlin/src/inc/Version.h

+3-3
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 "2.1.2.3"
28+
#define SHORT_BUILD_VERSION "2.1.2.4"
2929
#endif
3030

3131
/**
@@ -42,7 +42,7 @@
4242
* version was tagged.
4343
*/
4444
#ifndef STRING_DISTRIBUTION_DATE
45-
#define STRING_DISTRIBUTION_DATE "2024-05-29"
45+
#define STRING_DISTRIBUTION_DATE "2024-06-16"
4646
#endif
4747

4848
/**
@@ -52,7 +52,7 @@
5252
* to alert users to major changes.
5353
*/
5454

55-
#define MARLIN_HEX_VERSION 02010203
55+
#define MARLIN_HEX_VERSION 02010204
5656
#ifndef REQUIRED_CONFIGURATION_H_VERSION
5757
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
5858
#endif

README.md

+13-46
Original file line numberDiff line numberDiff line change
@@ -94,52 +94,19 @@ The Issue Queue is reserved for Bug Reports and Feature Requests. To get help wi
9494

9595
Marlin is constantly improving thanks to a huge number of contributors from all over the world bringing their specialties and talents. Huge thanks are due to [all the contributors](https://github.com/MarlinFirmware/Marlin/graphs/contributors) who regularly patch up bugs, help direct traffic, and basically keep Marlin from falling apart. Marlin's continued existence would not be possible without them.
9696

97-
## Administration
98-
99-
Regular users can open and close their own issues, but only the administrators can do project-related things like add labels, merge changes, set milestones, and kick trolls. The current Marlin admin team consists of:
100-
101-
<table align="center">
102-
<tr><td>Project Maintainer</td></tr>
103-
<tr><td>
104-
105-
🇺🇸  **Scott Lahteine**
106-
      [@thinkyhead](https://github.com/thinkyhead)
107-
      [<kbd>  Donate 💸  </kbd>](https://www.thinkyhead.com/donate-to-marlin)
108-
109-
</td><td>
110-
111-
🇺🇸  **Roxanne Neufeld**
112-
      [@Roxy-3D](https://github.com/Roxy-3D)
113-
114-
🇺🇸  **Keith Bennett**
115-
      [@thisiskeithb](https://github.com/thisiskeithb)
116-
      [<kbd>  Donate 💸  </kbd>](https://github.com/sponsors/thisiskeithb)
117-
118-
🇺🇸  **Jason Smith**
119-
      [@sjasonsmith](https://github.com/sjasonsmith)
120-
121-
</td><td>
122-
123-
🇧🇷  **Victor Oliveira**
124-
      [@rhapsodyv](https://github.com/rhapsodyv)
125-
126-
🇬🇧  **Chris Pepper**
127-
      [@p3p](https://github.com/p3p)
128-
129-
🇳🇿  **Peter Ellens**
130-
      [@ellensp](https://github.com/ellensp)
131-
      [<kbd>  Donate 💸  </kbd>](https://ko-fi.com/ellensp)
132-
133-
</td><td>
134-
135-
🇺🇸  **Bob Kuhn**
136-
      [@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)
137-
138-
🇳🇱  **Erik van der Zalm**
139-
      [@ErikZalm](https://github.com/ErikZalm)
140-
141-
</td></tr>
142-
</table>
97+
## Project Leadership
98+
99+
Name|Role|Link|Donate
100+
----|----|----|----
101+
🇺🇸 Scott Lahteine|Project Lead|[[@thinkyhead](https://github.com/thinkyhead)]|[💸 Donate](https://marlinfw.org/docs/development/contributing.html#donate)
102+
🇺🇸 Roxanne Neufeld|Admin|[[@Roxy-3D](https://github.com/Roxy-3D)]|
103+
🇺🇸 Keith Bennett|Admin|[[@thisiskeithb](https://github.com/thisiskeithb)]|[💸 Donate](https://github.com/sponsors/thisiskeithb)
104+
🇺🇸 Jason Smith|Admin|[[@sjasonsmith](https://github.com/sjasonsmith)]|
105+
🇧🇷 Victor Oliveira|Admin|[[@rhapsodyv](https://github.com/rhapsodyv)]|
106+
🇬🇧 Chris Pepper|Admin|[[@p3p](https://github.com/p3p)]|
107+
🇳🇿 Peter Ellens|Admin|[[@ellensp](https://github.com/ellensp)]|[💸 Donate](https://ko-fi.com/ellensp)
108+
🇺🇸 Bob Kuhn|Admin|[[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)]|
109+
🇳🇱 Erik van der Zalm|Founder|[[@ErikZalm](https://github.com/ErikZalm)]|
143110

144111
## License
145112

config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Where have all the configurations gone?
22

3-
## https://github.com/MarlinFirmware/Configurations/archive/release-2.1.2.3.zip
3+
## https://github.com/MarlinFirmware/Configurations/archive/release-2.1.2.4.zip

0 commit comments

Comments
 (0)