Jeff Eberl
Jeff Eberl
Are you running the X server on the pi too, or just the CNC.js server?
Do you have the cnc connected? The issue above was related to trying to connect, and not having a controller to connect to, so it was probably connecting via the...
I don't think I have the https version working right. Is it possible you are connected to the https://whatever?. That looks like the main file is loading fine, but the...
I think they will both have the same hostname (v1pi) and that will cause them to act funny. You can change them with raspiconfig or change it in /etc/hostname and...
Bill, did you ever get this one figured out? Did the second hostname fix it?
Hey Bill, Do you have any more info on this? Have you been using v1pi, or did you just give up? I haven't seen anything like this in my testing.
Thank you for sharing. I appreciate the pen users too. The structure of the code doesn't work well for just adding those comments. Mostly because the concept of "on a...
I would love to at least be able to add gcode between patterns. I am currently working on some other stuff with Bob. But it will eventually happen, just not...
I don't know about looping. Maybe that would work, but I think having an area where different patterns are assembled into a program makes a lot of sense. I wish...
I like that idea. I will take a look and see if that is easy in the code. I suspect we are calling one big "calculate" function with the whole...