gaifeng8864 / klipper-on-android

Run klipper, moonraker, fluidd, KlipperScreen one-click configuration script on androidOS.
GNU General Public License v3.0
144 stars 29 forks source link

Klipper seems connected to smartphone but There is issue with config ig #3

Open Saurabh251-cmd opened 1 year ago

Saurabh251-cmd commented 1 year ago

image

Saurabh251-cmd commented 1 year ago

`` moonraker (1).log

klippy (1).log look at last

gaifeng8864 commented 1 year ago

You have an 'auto_offset_z' option in your configuration file printer.cfg, which may not be appropriate. This may have something to do with the auto leveling feature. It is recommended that you refer to the configuration file I provided to adjust the entire process first, so that the entire system can run normally, and then slowly add other functions you need. The general solution to a problem is to minimize the system and slowly add features until the problem recurs, then you can narrow down the problem and fix it.

Saurabh251-cmd commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

gaifeng8864 commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

Is it inside debian or inside klipperscreen?

Saurabh251-cmd commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

Is it inside debian or inside klipperscreen?

inside debian

gaifeng8864 commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

Is it inside debian or inside klipperscreen?

inside debian

The easiest way is to reinstall the debian system. Or you can change the language option to what you want in linuxdeploy, then run the configuration option in the upper right corner of the main menu. Or you can google how to change the language of linux, there are many tutorials on the Internet.

kahupihu commented 1 year ago

I remember I once set it to Spanish (es) instead of English (en) and I'm pretty sure @gaifeng8864 is correct.

Saurabh251-cmd commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

Is it inside debian or inside klipperscreen?

inside debian

The easiest way is to reinstall the debian system. Or you can change the language option to what you want in linuxdeploy, then run the configuration option in the upper right corner of the main menu. Or you can google how to change the language of linux, there are many tutorials on the Internet.

Actually i reinstalled debian but now There is no screen on xerver but running fine fluid on web- image how to fix this now

gaifeng8864 commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

Is it inside debian or inside klipperscreen?

inside debian

The easiest way is to reinstall the debian system. Or you can change the language option to what you want in linuxdeploy, then run the configuration option in the upper right corner of the main menu. Or you can google how to change the language of linux, there are many tutorials on the Internet.

Actually i reinstalled debian but now There is no screen on xerver but running fine fluid on web- image how to fix this now

You need to reinstall Xserver XSDL, or you can refer to the discussion in this link: https://github.com/pelya/xserver-xsdl/issues/112

Saurabh251-cmd commented 1 year ago

actually i was using on android 6 so maybe thats issue ,i just installed 7 . Im kinda sure it will work here because its blue screen now

gaifeng8864 commented 1 year ago

actually i was using on android 6 so maybe thats issue ,i just installed 7 . Im kinda sure it will work here because its blue screen now

Great work. It may be caused by version incompatibility.

Saurabh251-cmd commented 1 year ago

Thanku so much bro ,now its working perfect as supposed to! but now its like this on pc image but running fine on phone tho

gaifeng8864 commented 1 year ago

I am not sure about the specific reason for this situation, probably because moonraker has some API work that is not suitable. It is recommended that you reinstall the entire klipper family after saving the configuration file. Troubleshooting alone is very troublesome!

Saurabh251-cmd commented 1 year ago

Yes thanku, BTW can we do something about tcpuart method to be carried out automatically even if we restart phone?

gaifeng8864 commented 1 year ago

Yes thanku, BTW can we do something about tcpuart method to be carried out automatically even if we restart phone?

It can be executed, but I don't have the relevant equipment at hand to test it. You can try to follow this command to add it to the automatic startup: sudo unchroot am start -n x.org.server/x.org.server.MainActivity >/dev/null 2>&1 This command is used to start XserverXSDL, you can try to find the package name of tcpuart APP, and then replace "x.org.server/x.org.server.MainActivity".

Saurabh251-cmd commented 1 year ago

I mean this command socat -d -d pty,link=/tmp/tcpserial,raw,echo=0,waitslave tcp:localhost:8080 to be supposed to put in debian always after restart right? so im fine to open that app always after restart but putting this command is kinda extra work But surely i will try ><

AyrtonRicardo commented 1 year ago

Btw how to change Language? i mistakenly changed language to something else while installing

Is it inside debian or inside klipperscreen?

inside debian

The easiest way is to reinstall the debian system. Or you can change the language option to what you want in linuxdeploy, then run the configuration option in the upper right corner of the main menu. Or you can google how to change the language of linux, there are many tutorials on the Internet.

Actually i reinstalled debian but now There is no screen on xerver but running fine fluid on web- image how to fix this now

I had the same issue and I fixed simply replacing the keyboard emulation from the app: https://github.com/pelya/xserver-xsdl/issues/112#issuecomment-1596129361