Update README
This commit is contained in:
parent
8dfc32c246
commit
699a5ff805
@ -29,6 +29,7 @@ under the terms of the [GNU GPL 3 license](LICENSE).
|
|||||||
* Enable setting nozzle diameter via GCode when not in farm-mode
|
* Enable setting nozzle diameter via GCode when not in farm-mode
|
||||||
* Add Fiberwood to pre-heat menu
|
* Add Fiberwood to pre-heat menu
|
||||||
* Add G-code to enable/disable stealth mode
|
* Add G-code to enable/disable stealth mode
|
||||||
|
* Option to enable/disable MMU from menu
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
## Linux
|
## Linux
|
||||||
@ -128,7 +129,6 @@ _notes: Script and instructions contributed by 3d-gussner. Use at your own risk.
|
|||||||
- to install dos2unix run `sudo apt-get install dos2unix`
|
- to install dos2unix run `sudo apt-get install dos2unix`
|
||||||
- run `dos2unix PF-build.sh` to convert the windows line endings to unix line endings
|
- run `dos2unix PF-build.sh` to convert the windows line endings to unix line endings
|
||||||
- add few lines at the top of `~/.bashrc` by running `sudo nano ~/.bashrc`
|
- add few lines at the top of `~/.bashrc` by running `sudo nano ~/.bashrc`
|
||||||
|
|
||||||
export OS="Linux"
|
export OS="Linux"
|
||||||
export JAVA_TOOL_OPTIONS="-Djava.net.preferIPv4Stack=true"
|
export JAVA_TOOL_OPTIONS="-Djava.net.preferIPv4Stack=true"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
Loading…
Reference in New Issue
Block a user