Open Saurabh251-cmd opened 1 year ago
klippy (1).log look at last
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.
Btw how to change Language? i mistakenly changed language to something else while installing
Btw how to change Language? i mistakenly changed language to something else while installing
Is it inside debian or inside klipperscreen?
Btw how to change Language? i mistakenly changed language to something else while installing
Is it inside debian or inside klipperscreen?
inside debian
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.
I remember I once set it to Spanish (es) instead of English (en) and I'm pretty sure @gaifeng8864 is correct.
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- how to fix this now
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- 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
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
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.
Thanku so much bro ,now its working perfect as supposed to! but now its like this on pc but running fine on phone tho
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!
Yes thanku, BTW can we do something about tcpuart method to be carried out automatically even if we restart phone?
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".
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 ><
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- 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