Difference between revisions of "Mainsail"

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

Revision as of 19:00, 29 September 2021

On Replicape

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

On Recore

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

Install moonraker Install mainsail Disable octoprint