Claudio Prezzi
Claudio Prezzi
I just realized you tried it first with the web testversion on https://laserweb.github.io/LaserWeb4/. This version does NOT support machine connections. It's only made for frontend testing. If you have installed...
What do you mean with Web4? The access to /dev/ttyUSB0 on Linux is restricted by default. You must allow this for your user. or you could try to run the...
You can define the "TOOL ON" and "TOOL OFF" commands in settings/gcode (multiple lines are valid). That should solve your problem.
What do you exactly mean? The frontend should work on android with chrome browser, but the backend will not work.
The backend runs on NodeJS (and needs some node libraries). If it's possible to run NodeJS on Android, there is a good chance that lw.comm-server could also work. I searched...
The numbers are just one way to order the default pages list. They are not needed for the custom sidebar, but the sidebar needs to be adjusted to **every** title...
@DarkAlchy The lw.comm-server only supports MarlinKimbra yet, because MK supports S values in G moves. Without that (old Marlin), the axes moves would stop at each S change, which makes...
I guess you either don't have OpenGL drivers or they are not compatible with LaserWeb needs. Please check if and what version of OpenGL your system supports. See https://community.esri.com/groups/technical-support/blog/2012/03/15/what-version-of-opengl-do-i-have-and-do-i-have-the-latest-drivers-for-my-system for...
As far as I know, there is no timeout in the code, but it could be a timeout of the browser. Which OS and Browser are you using? The duration...
I am not familliar with Pi Zero. Do you use the same Raspbian Jessie on the Zero like on a Raspberry Pi 3?