Adrian Bowyer
1129fa218f
Added in David Crocker's improvements (many thanks to him).
2014-02-11 11:23:28 +00:00
David Crocker
1e444839e0
Improved network recovery from errors and fixed small temp cal error
...
Improved network error recovery so that it it possible to reconnect
after some types of network error have occurred
Corrected calculation of temperatures to give more accurate results
towards the limits of the ADC range
2014-01-07 13:42:30 +00:00
Adrian Bowyer
708822a54e
A couple of tidyings and additions:
...
1. Z home now moves home, rather than just setting the coordinate.
2. Wait for temps implemented.
Also the JSON requests for the g code filelist has been temporarily commented
out in reprap.htm. It was causing the firmware to hang sometimes. To be investigated.
Machine now prints nicely...
2013-10-22 18:27:12 +01:00
Adrian Bowyer
6617b7f3a7
Diagnostic writes commented out.
2013-10-07 17:33:32 +01:00
Adrian Bowyer
368523e3e9
Web interface works! Horray! Key was to prevent lwip requesting pages when
...
RepRap was still serving the one before.
2013-10-07 17:16:21 +01:00
Adrian Bowyer
0bd51c6582
Still not working. But not working differently...
2013-10-06 22:33:32 +01:00
Adrian Bowyer
d0e2a35e4d
Web still not reliable. (A) Trouble is the dynamic allocation of http_state structs. This needs to be tracked through the RepRap network firmware. More tomorrow...
2013-10-04 23:33:54 +01:00
Adrian Bowyer
c15eb1ec43
Improvements..., but not there yet.
2013-10-02 14:32:54 +01:00
Adrian Bowyer
6686e23f4d
Webserver coming along. Some tidying. For some reason there is a
...
big delay on closing the connection when there is a second partly-full
buffer of data sent to the browser after a completely full one.
2013-10-02 12:31:38 +01:00
Adrian Bowyer
7d3016a7f3
Some webserver progreass. Can get http requests, and can serve a simple page, both from within the RepRap Firmware Webserver class. Bugs remain...
2013-10-01 23:03:07 +01:00
Adrian Bowyer
2609f66c86
Webserver not yet working. Rest should be OK though.
2013-09-29 23:15:00 +01:00
Adrian Bowyer
4e6f8a1b75
Interception of http GET working.
2013-09-27 17:21:51 +01:00
Adrian Bowyer
aaf75220de
Working on the http code...
2013-09-24 10:40:21 +01:00
Adrian Bowyer
ce76147fc3
Ethernet semi-integrated, but running its own webserver. Need to intercept
...
sends and recieves and direct them at the Webserver class.
2013-09-23 23:34:55 +01:00