Mainsail

From iagent
Revision as of 19:03, 29 September 2021 by Elias (talk | contribs) (On Replicape)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

On Replicape

These are some instructions that have been floating around on the Discord, use at your own risk.

  1. ssh in replicape with user "debian"
  2. start kiauh: "cd kiauh" and "kiauh.sh"
  3. in kiauh: select "1: Install" then "2: Moonraker" (Moonraker ist API for the comunication between klipper and mainsail)
  4. after installation "moonraker", install "3: Mainsail"
  5. Leave kiah with "q", kiauh will disable octoprint
  6. follow the docu at "https://docs.mainsail.xyz/setup/manual-setup/klipper"
  7. edit /etc/systemd/system/klipper.service with "nano" ad add "-a /tmp/klippy_uds" to the end of the arg,
  8. restart sevices "sudo service klipper restart" and "sudo service moonraker restart"
  9. remove port forwarding from octoprint: "nft flush ruleset" and disable it "systemctl mask nftables.service" (thx, goeland86)
  10. edit & create the config files like described in "https://docs.mainsail.xyz/setup/manual-setup"
  11. if moonraaker cant connect to klipper, reinstall klipper: "cd" than "cd klipper" than "cd scripts" than "./install-beaglebone.sh"
  12. restart sevices "sudo service klipper restart" and "sudo service moonraker restart"
  13. check if you can load the web ui
  14. thats it, Folks

On Recore

ssh root@recore.local
su debian
cd /home/debian/kiauh
./kiauh.sh

Install moonraker Install mainsail Disable octoprint