This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/network
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
..
ethernet_sam.c 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
ethernet_sam.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
fs.c File list implemented. Also M201 to set axis accelerations via USB. 2013-10-08 16:33:10 +01:00
fs.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
fsdata.c Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
fsdata.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
httpd-original.c 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
httpd.c A couple of tidyings and additions: 2013-10-22 18:27:12 +01:00
httpd.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
lwip_test.h Configured to use standard separate library. 2013-09-23 16:23:38 +01:00
lwipopts.h Configured to use standard separate library. 2013-09-23 16:23:38 +01:00
timer_mgt_sam.c Configured to use standard separate library. 2013-09-23 16:23:38 +01:00
timer_mgt_sam.h Configured to use standard separate library. 2013-09-23 16:23:38 +01:00