dc42

Results 33 comments of dc42

> > ``` > > dc42 is segmenting to the 1us level, even if the semantics are > > ``` > > > > different. I think he doesn't segment...

> > Looking at dc42's code I currently see no reason to not just use his > > algorithm as-is. It calculates the time between two steps and that's >...

The reason I use a single timer is because I don't use a periodic interrupt to generate steps, instead I schedule an interrupt for when the next step is due...

I have a similar problem. I am testing with a NodeMCU 1.0 connected to a Duet. I am using stable 2.0.0 of ESP8266 Arduino code because the staging version appears...

void handleStatus() { char type = (server.args() < 1 || server.arg(0).length() < 1) ? '2' : server.arg(0)[0] + 1; Serial.print(FPSTR(STR_M408_S)); Serial.println(type); Serial.setTimeout(5000); // 2s

Hi Tony, I confirm that it solves the problem, running with RepRapFirmware 1.09m-dc42. If you refer to the code that implements M408 in RepRapFirmware, you will see that M408 with...

Thanks, that may explain it. I connected the esp8266 to my wifi while running the program that came preloaded on it, so I never set a web password. I'll check...

A problem I can see with what you propose is that unless the web interface sends rr_reply requests very frequently, responses may be lost. They can already be lost if...

I will shortly do a new release of the PanelDue firmware, so I propose to add customisation for Marlin. The customisation will be triggered by seeing "firmwareName":"Marlin" in the M408...

Let me know if you need another PanelDue controller board to test with. David Crocker, Escher Technologies Ltd. http://www.eschertech.com Tel. +44 (0)20 8144 3265 or +44 (0)7977 211486 On 01/10/2018...