Fix typo
This commit is contained in:
parent
f8a7e2d0d6
commit
0f9b4940c5
|
@ -49,7 +49,7 @@ I provided three different precompiled hex files: One for no modifications on th
|
||||||
- Clone or download this repo
|
- Clone or download this repo
|
||||||
- In the IDE, under `Tools -> Board` select `Genuino Mega 2560` and `ATmega2560`
|
- In the IDE, under `Tools -> Board` select `Genuino Mega 2560` and `ATmega2560`
|
||||||
- Open Marlin.ino in the Marlin directory of this repo
|
- Open Marlin.ino in the Marlin directory of this repo
|
||||||
- Customize if needed (e.g. motor directiona and type at line `559` to `566` and line `857` to `865`)
|
- Customize if needed (e.g. motor directions and type at line `559` to `566` and line `857` to `865` in `Configuration.h`)
|
||||||
- Under `Sketch`, select `Export compiled binary`
|
- Under `Sketch`, select `Export compiled binary`
|
||||||
- Look for the .hex file in your temporary directory, e.g. `.../AppData/Local/Temp/arduino_build_xxx/` (only the `Marlin.ino.hex`, not the `Marlin.ino.with_bootloader.hex`!)
|
- Look for the .hex file in your temporary directory, e.g. `.../AppData/Local/Temp/arduino_build_xxx/` (only the `Marlin.ino.hex`, not the `Marlin.ino.with_bootloader.hex`!)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue