FormerLurker / ArcWelderPlugin

A plugin for OctoPrint used to convert G0/G1 commands to G2/G3 commands. Reduce the size of your gcode files, and reduce number of gcodes per second sent to your printer.
Other
445 stars 26 forks source link

Could not parse output from pip #226

Open Duveltj opened 2 years ago

Duveltj commented 2 years ago

Arc welder not installing.txt

Dear All,

I forgot my password of my Octoprint server and needed to do a full reinstall. I am using Octo4a on my old phone and everything went ok, except for installing Arc Welder. I tried to google the problem and found slightly similar problems over the years for other plugins, but the jargon is still a bit to technical for me.

So if I need to apply a certain command somewhere, please describe where I can find the input box ;)

Thank you in advance,

Duveltj

jhaydraude commented 2 years ago

@Duveltj you'll have to do a couple steps.

  1. in your Octo4a App, ensure that the ssh server is turned on.

  2. SSh into your device. If you used windows, you'll probably have to download an ssh client (I like PuTTY). If you use mac or linux, just enter the command ssh -p 8022 root@<yourDeviceIP>

  3. Once you're in your terminal, you'll need to install 2 packages to allow ArcWelder to install Build-base -- this is the build environment for linux apk add build-base python3-dev (As noted in the prerequisites for ArcWelder) apk add python3-dev

  4. Install Arcwelder via plugin-manager.