Skip to content

Commit

Permalink
🔖 Version 2.1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 16, 2024
1 parent 0404f81 commit 64f9978
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
if: github.repository == 'MarlinFirmware/MarlinDocumentation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
Expand Down
4 changes: 2 additions & 2 deletions _configuration/config-ini.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ We're currently working on tools to improve the situation, with the goal to buil

## Meta Configuration

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.3/Marlin/config.ini) that can do a lot of useful tricks.
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.4/Marlin/config.ini) that can do a lot of useful tricks.

## config.ini

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.

### Overview

The default `config.ini` for Marlin 2.1.2.3 looks something like this:
The default `config.ini` for Marlin 2.1.2.4 looks something like this:

```ini
#
Expand Down
10 changes: 5 additions & 5 deletions _data/marlin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
downloads:
-
version: 2.1.2.3
version: 2.1.2.4
description: Current Marlin Release
tools: Supports AVR and ARM<br/>Arduino and PlatformIO
file: 2.1.2.3.zip
config: release-2.1.2.3
file: 2.1.2.4.zip
config: release-2.1.2.4
-
version: 2.0.9.7
description: Marlin 2.0 LTS
Expand Down Expand Up @@ -49,11 +49,11 @@ nightlies:
patched:
-
version: 2.1.x
description: Marlin 2.1.2.3 with bug fixes
description: Marlin 2.1.2.4 with bug fixes
extra: Latest 2.1.x with Hotfixes
tools: Supports AVR and ARM<br/>Arduino and PlatformIO
file: 2.1.x.zip
config: release-2.1.2.3
config: release-2.1.2.4
-
version: 2.0.x
description: Marlin 2.0 with bug fixes
Expand Down

0 comments on commit 64f9978

Please sign in to comment.