Skip to content

Commit a0fa125

Browse files
committed
🔖 Version 2.1.2.2
1 parent e8afd50 commit a0fa125

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎_configuration/config-ini.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ We're currently working on tools to improve the situation, with the goal to buil
2222

2323
## Meta Configuration
2424

25-
Since Marlin now supports PlatformIO we can do custom pre-processing as part of the build. PlatformIO loves INI files, which are very simple and commonly used for 3D printer firmware configuration. So, we now include a [`config.ini` configuration file](https://github.com/MarlinFirmware/Marlin/blob/2.1.2.1/Marlin/config.ini) that can do a lot of useful tricks.
25+
Since Marlin now supports PlatformIO we can do custom pre-processing as part of the build. PlatformIO loves INI files, which are very simple and commonly used for 3D printer firmware configuration. So, we now include a [`config.ini` configuration file](https://github.com/MarlinFirmware/Marlin/blob/2.1.2.2/Marlin/config.ini) that can do a lot of useful tricks.
2626

2727
## config.ini
2828

2929
Note that the behavior of this feature is likely to change as we continue to experiment and find new ways to use it, so consult the codebase for the most up to date information.
3030

3131
### Overview
3232

33-
The default `config.ini` from Marlin 2.1.2.1 looks something like this:
33+
The default `config.ini` for Marlin 2.1.2.2 looks something like this:
3434

3535
```ini
3636
#

‎_data/marlin.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
downloads:
22
-
3-
version: 2.1.2.1
3+
version: 2.1.2.2
44
description: Current Marlin Release
55
tools: Supports AVR and ARM<br/>Arduino and PlatformIO
6-
file: 2.1.2.1.zip
7-
config: release-2.1.2.1
6+
file: 2.1.2.2.zip
7+
config: release-2.1.2.2
88
-
99
version: 2.0.9.7
1010
description: Marlin 2.0 LTS
@@ -49,11 +49,11 @@ nightlies:
4949
patched:
5050
-
5151
version: 2.1.x
52-
description: Marlin 2.1.2.1 with bug fixes
52+
description: Marlin 2.1.2.2 with bug fixes
5353
extra: Latest 2.1.x with Hotfixes
5454
tools: Supports AVR and ARM<br/>Arduino and PlatformIO
5555
file: 2.1.x.zip
56-
config: release-2.1.2.1
56+
config: release-2.1.2.2
5757
-
5858
version: 2.0.x
5959
description: Marlin 2.0 with bug fixes

0 commit comments

Comments
 (0)