diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-10-11 20:23:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-10-11 20:23:58 -0400 |
commit | 00d541b7674fde5c4b308a4328fcc836dabcf1b9 (patch) | |
tree | 1328f1e9e41d5334d9655786be1cec841dd4ed60 /docs | |
parent | ecf25964691feee8db37ce820dcd88bf8a6124c9 (diff) | |
download | kutter-00d541b7674fde5c4b308a4328fcc836dabcf1b9.tar.gz kutter-00d541b7674fde5c4b308a4328fcc836dabcf1b9.tar.xz kutter-00d541b7674fde5c4b308a4328fcc836dabcf1b9.zip |
docs: Octoprint should not run at a higher priority than Klipper on beaglebone
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/beaglebone.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md index d3e1b000..2b61478d 100644 --- a/docs/beaglebone.md +++ b/docs/beaglebone.md @@ -39,8 +39,9 @@ sudo update-rc.d octoprint defaults It is necessary to modify OctoPrint's **/etc/default/octoprint** configuration file. One must change the OCTOPRINT_USER user to -"debian", uncomment the BASEDIR, CONFIGFILE, and DAEMON settings and -change the references from "/home/pi/" to "/home/debian/": +"debian", change NICELEVEL to 0, uncomment the BASEDIR, CONFIGFILE, +and DAEMON settings and change the references from "/home/pi/" to +"/home/debian/": ``` sudo nano /etc/default/octoprint ``` |