Klipper support #59
Replies: 14 comments 8 replies
-
I got Klipper working yesterday and wanted to say thanks, this really cleared up the installation process and it works great. This is a great app and contribution to the community. |
Beta Was this translation helpful? Give feedback.
-
I have installed Octo4A and OctoKlipper on an LG G6 and I flashed the Klipper firmware to my SW-X1 using KIAUH from a virtual Debian install on my Mac. I followed the guide here and changed the serial port to /dev/ttyOcto4a but I get this error when trying to connect: Changing monitoring state from "Offline" to "Opening serial connection" What I am doing wrong? |
Beta Was this translation helpful? Give feedback.
-
Has anyone gotten this to work? I installed Klipper FW for a Ender3 V2 foudn here: https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender3-v2-2020.cfg I proceeded to connect the printer and edit the config file within Octoprint in the editor to add /dev/ttyOcto4a. I saved and restarted klipper on Octoprint. I get no response. I'm connected via USB from the phone to the printer. |
Beta Was this translation helpful? Give feedback.
-
I'm installing this to my Android laptop through ssh and use the command (updated url):
and I get back this error:
|
Beta Was this translation helpful? Give feedback.
-
this is closest i got to get klipper runing on phone. ttyOcto4a does not exist in my system. how can i find corect line ? also what ftp client and protocol to use to get inside ssh file system? |
Beta Was this translation helpful? Give feedback.
-
can something be done in regards to: unable to reboot klipper form octoprint... |
Beta Was this translation helpful? Give feedback.
-
If someone is trying this in 2024, I would like to share some difficulties I faced when configuring my printer:
I hope this helps someone, and thanks to the team of Octo4a for all their work. My printer is a stock CR10v2. |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Mine is connected. Says "Printer is Ready" when requesting get status. Now im curious, how would I connect a BigTreetech ADXL345 to get this really calibrated. I am using a Amazon Fire Tablet 9th generation. Anyone have any ideas? |
Beta Was this translation helpful? Give feedback.
-
Hello. I'm trying to install Klipper on some Amazon Fire7 tablets for Octo4A. When I get to this step: bash -c "$(curl -fsSL https://raw.githubusercontent.com/feelfreelinux/octo4a/master/scripts/setup-klipper.sh)" The process halts part way through saying:
I did some searching and in flailing about, I tried adding " --ignore-installed packaging" as shown here: bash -c "$(curl -fsSL https://raw.githubusercontent.com/feelfreelinux/octo4a/master/scripts/setup-klipper.sh)" --ignore-installed packaging ... But that did not work. Does anyone know how I can get around this? |
Beta Was this translation helpful? Give feedback.
-
I followed the steps of the tutorial as closely as I could and now Octoprint cannot start, with a log message like this:
Does anyone have any tips for what to do now? |
Beta Was this translation helpful? Give feedback.
-
Hmm. I have another Android tablet (Amazon Fire7, that has been rooted) just like the first one I successfully installed Octo4a and Klipper onto, but this one hits an error during the Klipper install script:
Anyone have any advice for this issue? |
Beta Was this translation helpful? Give feedback.
-
Thanks for making this. I recently got my Longer LK5 Pro working with octo4a and Klipper with no small amount of help from this post and some of the responses. The missing piece for me was the
Before I added that line it would appear to connect but show a ? and then would return an error about the mcu section. I looked at the logs and saw something like "restart command failed: not found" and that, plus google, led me to Maybe this will help someone else in a similar situation. |
Beta Was this translation helpful? Give feedback.
-
in having the issue that when I type this script bash -c "$(curl -fsSL https://raw.githubusercontent.com/feelfreelinux/octo4a/master/scripts/setup-klipper.sh)" to download klipper i get stuck on 1/7 |
Beta Was this translation helpful? Give feedback.
-
Starting with 1.0.4 release, octo4a supports Klipper via the extension's system.
Please note that the Klipper support is currently in it's early testing stages
Flashing Klipper
Due to the way Android system works, it is not possible for octo4a to handle the flashing part of Klipper setup. Either use octo4a with your already Klipper-flashed board, or follow the Klipper's official building instructions on your PC / other machine.
Setting up Klipper in octo4a
First, please make sure that you have the extra dependencies installed by clicking "Install plugin extras" in octo4a's settings. Later, either connect through SSH or enable the "Remote terminal" option in extension settings.
After that, you can access the web terminal under
phone_ip:5002
. Login:root
. password:octoprint
( or ssh password if you have it set up).After that run:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/feelfreelinux/octo4a/master/scripts/setup-klipper.sh)"
. This command will guide you through installation of Klipper, and a Klipper option should appear in the "extensions" tab of octo4a.Installing OctoKlipper, configuration
There's an additional step that you need to take to use OctoPrint with Klipper. Go to the plugins options in OctoPrint, and install "OctoKlipper" addon. After installation, restart the server. After restarting, a Klipper tab should appear and everything should be almost good to go.
Required config changes
In order to use your klipper config with octo4a, you need to change the
[mcu]
serial part to/dev/ttyOcto4a
. After changing that, and restarting the app everything should connect successfuly.Beta Was this translation helpful? Give feedback.
All reactions