Kevin Walton
Kevin Walton
Hi Scott, been looking at this again today, and thank you for your continued work on it. I tried an additional PLL reset but no change. I tried hard coding...
Hi Jason I am also interested in seeing JS8Call mode supported. Would be great to be able to try it. Thanks very much Kevin http://js8call.com/
A plus one from me, the ability to run 2 copies of a decoder like wsjtx, linked to two different audio streams out of Gqrx, to decode FT8 and WSPR...
Hi, no, can still turn both ways, inc'ing or dec'ing the steps as needed. I guess in a change of direction situation you might get a couple of pulses wrong....
I have this same issue. Pronterface 2.1.0 A macro like this: > ! self.p.send("G90") # Set all axes to absolute > ! self.p.send("G28") # Home all axis > ! self.p.send("G30...
I did think that it might be printer buffer related, but why does normal printing respect flow control and the Macro system not? I tried a few time.sleep(60), but it...
> 60 is quite a lot. Remember my question, what does the log tell you? It needs to be pretty high, each set of 5 probes takes about 45 seconds,...
I wonder if self.mainqueue.append will help me here, it is what is used to queue a command when the printer is printing: https://github.com/kliment/Printrun/blob/0af3755bfd543ee6f911ea489f448d8638fd61b9/printrun/printcore.py#L538 So self.mainqueue.append gives a PronterWindow object has...
Gosh it took me a while to find this and hence resolve why I was not getting programmer updates! I can confirm the bug exists, and that deleting %APPDATA%\arduino-ide\ resolves...