Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the 'Development and compile-it-yourself' section. The information regarding the target directory was wrong and the whole process is more detailed now.
  • Loading branch information
Pla5ma committed Oct 7, 2022
1 parent 25fb558 commit e9327e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ensure you take the right assets: the `firmware[suffix].bin`. You should not dow

### Development and compile-it-yourself

There are several example configurations available for convenience. You can find them in the [`config`](./config) directory. Copy the files from the rioght directory to the root of the repository and you can directly build them if you have the Platform.io plugin installed in Visual Studio code. You will need to set the Platform.io environment to the environment in the file `platformio-environment.txt`.
There are several example configurations available for your convenience which can be found in the [`config`](./config) directory. Copy the files from the config subdirectory which reflects the needed hardware configuration to the root of the [`Marlin`](./Marlin) directory. To build the firmware Visual Studio Code with the Platform.io plugin installed is needed. Please set the Platform.io environment variable `default_envs` in the file `platformio.ini` to the string found in the previous copied file `platformio-environment.txt`.

Examples for the following hardware configurations are currently available:

Expand Down

0 comments on commit e9327e5

Please sign in to comment.