Skip to content

Commit b37e289

Browse files
authored
Fix typos & small grammar changes
Applied some gentle love to make this read better to a native English speaker. No meaningful change in content.
1 parent 400f673 commit b37e289

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _Note: Multi language build is not supported._
6363

6464
**a.** Install `"Arduino Software IDE"` from the official website `https://www.arduino.cc -> Software->Downloads`
6565

66-
_It is recommended to use version `"1.8.5"`, as it is used on out build server to produce official builds._
66+
_It is recommended to use version `"1.8.5"`, as it is used on our build server to produce official builds._
6767

6868
**b.** Setup Arduino to use Prusa Rambo board definition
6969

@@ -118,7 +118,7 @@ _notes: Script and instructions contributed by 3d-gussner. Use at your own risk.
118118
- to install zip run `sudo apt-get install zip`
119119
- to install dos2unix run `sudo apt-get install dos2unix`
120120
- run `dos2unix PF-build.sh` to convert the windows line endings to unix line endings
121-
- add few lines at the top of `~/.bashrc` by running `sudo nano ~/.bashrc`
121+
- add a few lines at the top of `~/.bashrc` by running `sudo nano ~/.bashrc`
122122

123123
export OS="Linux"
124124
export JAVA_TOOL_OPTIONS="-Djava.net.preferIPv4Stack=true"
@@ -134,14 +134,14 @@ _notes: Script and instructions contributed by 3d-gussner. Use at your own risk.
134134
- Example: You files are under `C:\Users\<your-username>\Downloads\Prusa-Firmware-MK3`
135135
- use under Ubuntu the following command `cd /mnt/c/Users/<your-username>/Downloads/Prusa-Firmware-MK3`
136136
to change to the right folder
137-
- Unix and windows have different line endings (LF vs CRLF), try dos2unix to convert
137+
- Unix and Windows have different line endings (LF vs CRLF), use dos2unix to convert
138138
- This should fix the `"$'\r': command not found"` error
139139
- to install run `apt-get install dos2unix`
140140
- If your Windows isn't in English the Paths may look different
141141
Example in other languages
142142
- English `/mnt/c/Users/<your-username>/Downloads/Prusa-Firmware-MK3` will be on a German Windows`/mnt/c/Anwender/<your-username>/Downloads/Prusa-Firmware-MK3`
143143
#### Compile Prusa-firmware with Ubuntu/Debian Linux subsystem installed
144-
- open Ubuntu bash
144+
- open Ubuntu bash shell
145145
- change to your source code folder (case sensitive)
146146
- run `./PF-build.sh`
147147
- follow the instructions
@@ -211,14 +211,14 @@ Q:I built firmware using Arduino and I see "?" instead of numbers in printer use
211211

212212
A:Step 1.c was omitted or you updated Arduino and now platform.txt located somewhere in your user profile is used.
213213

214-
Q:I built firmware using Arduino and printer now speaks Klingon (nonsense characters and symbols are displayed @^#$&*°;~ÿ)
214+
Q:I built firmware using Arduino and my printer now speaks "Klingon" (nonsense characters and symbols are displayed @^#$&*°;~ÿ)
215215

216216
A:Step 2.c was omitted.
217217

218-
Q:What environment does Prusa use to build the firmware in the first place?
218+
Q:What environment does Prusa use to build its official firmware releases?
219219

220-
A:Our production builds are 99.9% equivalent to https://github.com/prusa3d/Prusa-Firmware#linux this is also easiest way to build as only one step is needed - run single script, which downloads patched Arduino from github, builds using it, then extracts translated strings and creates language variants (for MK2x) or language hex file for external SPI flash (MK3x). But you need Linux or Linux in virtual machine. This is also what happens when you open pull request to our repository - all variants are built by Travis http://travis-ci.org/ (to check for compilation errors). You can see, what is happening in .travis.yml. It would be also possible to get hex built by travis, only deploy step is missing in .travis.yml. You can get inspiration how to deploy hex by travis and how to setup travis in https://github.com/prusa3d/MM-control-01/ repository. Final hex is located in ./lang/firmware.hex Community reproduced this for Windows in https://github.com/prusa3d/Prusa-Firmware#using-linux-subsystem-under-windows-10-64-bit or https://github.com/prusa3d/Prusa-Firmware#using-git-bash-under-windows-10-64-bit .
220+
A:Our production builds are 99.9% equivalent to https://github.com/prusa3d/Prusa-Firmware#linux this is also easiest way to build as only one step is needed - run a single script, which downloads patched Arduino from GitHub, builds using it, then extracts translated strings and creates language variants (for MK2x) or language hex file for external SPI flash (MK3x). But you need Linux or Linux in a virtual machine. This is also what happens when you open a pull request to our repository - all variants are built by Travis http://travis-ci.org/ (to check for compilation errors). You can see, what is happening in .travis.yml. It would be also possible to get hex built by Travis, only the deploy step is missing in .travis.yml. You can find inspiration on how to deploy hex in Travis and how to setup Travis in https://github.com/prusa3d/MM-control-01/ repository. The final hex is located in ./lang/firmware.hex - community reproduced this for Windows in https://github.com/prusa3d/Prusa-Firmware#using-linux-subsystem-under-windows-10-64-bit or https://github.com/prusa3d/Prusa-Firmware#using-git-bash-under-windows-10-64-bit .
221221

222-
Q:Why are build instructions for Arduino mess.
222+
Q:Why are build instructions for Arduino a mess?
223223

224-
Y:We are too lazy to ship proper board definition for Arduino. We plan to switch to cmake + ninja to be inherently multiplatform, easily integrate build tools, suport more IDEs, get 10 times shorter build times and be able to update compiler whenever we want.
224+
Y:We are too lazy to ship a proper board definition for Arduino. We plan to switch to CMake + ninja to be inherently multiplatform, easily integrate build tools, suport more IDEs, get 10 times shorter build times and be able to update compiler whenever we want.

0 commit comments

Comments
 (0)