Brendan Robert
Brendan Robert
I'm not sure if the HTTP API uses checksum on the messages. That wouldn't change things much but would make some difference.
Upon further inspection, the HTTP API is very similar.. kind of... except that status commands return right away whereas other commands return a response size and the response itself is...
However, Telnet and/or SSH support seems to be the way to go. It behaves exactly like UART and doesn't interfere with the web UI.
FWIW, an implementation using sockets is in my fork -- it only uses this if a raspberry pi is not detected but it seems to work pretty well. I implemented...
Here's what my fork looks like currently with the temperature graph:  One thing that works differently in my setup is that the temperatures array has the hot bed as...
I did some more reading and the behavior of my setup is consistent with how RepRap is expected to work: The first temperature is always the hotbed, followed by the...
Recommended you build with any OS with either Oracle JDK8 or Open JDK8 + Open Jfx 8 in the lib of the jdk/jre as well. I'm working on a more...
I'm not sure about newer java versions. FWIW, I have a major rewrite of the sound cord underway which is on the backburner. The aim is to eliminate some of...
I think I fixed that. Let me know if you're still able to reproduce.
Thanks @jpellegrini! This is great feedback. I think that my reliance on hotkeys in the old UI didn't translate well in different platforms. I switched to ctrl+shift hotkeys to be...