Commit graph

253 commits

Author SHA1 Message Date
Adrian Bowyer
82efa28c81 First crude hack at acceleration code. Timer claims that the interrupt
routine executes in 6.5 microseconds, so we shouldn't have any trouble
driving the steppers fast...
2013-05-21 21:22:12 +01:00
Adrian Bowyer
fb2bbc0504 Code tidying. 2013-05-21 11:30:25 +01:00
Adrian Bowyer
9ec28592e5 Simple DDA now working. All axes move as expected. 2013-05-20 19:12:00 +01:00
Adrian Bowyer
4b0e9e61bf Crude movement with simple DDA implemented. 2013-05-20 15:53:21 +01:00
Adrian Bowyer
438056ee15 Tidying: Removed commented out code and redundant files. 2013-05-11 13:22:29 +01:00
Adrian Bowyer
d2544d7fac Redundant PHP code commented out of firmware. 2013-05-11 00:28:54 +01:00
Adrian Bowyer
291de98a2c Further work on the Single Page web interface... 2013-05-09 20:56:38 +01:00
Adrian Bowyer
fd1866bb9a Repeated table contents now generated by javascript function. 2013-05-08 13:10:49 +01:00
Adrian Bowyer
e2990c346e Added jog-move functionality on Control page. 2013-05-07 21:31:50 +01:00
Adrian Bowyer
5e82d86ca6 Knockout/JSON coming together... 2013-05-06 21:56:01 +01:00
Adrian Bowyer
30fee16440 Got different content for different pages working. 2013-05-05 20:44:56 +01:00
Adrian Bowyer
2f1c401caa Further Knockout development... 2013-05-05 15:52:49 +01:00
Adrian Bowyer
07f72215b1 JSON requests now working, but with strange requirements... 2013-05-04 18:55:18 +01:00
Adrian Bowyer
522ca8a891 JSON responses half working. 2013-05-02 22:59:31 +01:00
Adrian Bowyer
731af3a04d More messing about with KO. JSON still not working. Also added sending javascript compressed. Also not working. Yet. 2013-05-01 22:35:22 +01:00
Adrian Bowyer
0a7af81dcf A little tidying... 2013-04-29 22:08:38 +01:00
reprappro
1c206ec76e More messing about with KnockOut... 2013-04-26 00:10:51 +01:00
reprappro
f56236c2fa Developing KO interaction. JSON message not being recieved properly... 2013-04-25 20:14:45 +01:00
reprappro
8526fcc2fa Preparing to move to Knockout; last commit with the old web interface. 2013-04-24 17:54:33 +01:00
reprappro
9ccc27b85d Added bare bones of primary G and M codes. Added twin buffers for GCodes from the user via the web interface, and from a GCode file. 2013-04-23 00:15:24 +01:00
reprappro
b23e6943a8 Skeleton of the GCode interpreter written. 2013-04-16 23:49:15 +01:00
reprappro
00ca902341 Making a start on the movement code. 2013-04-15 21:41:07 +01:00
reprappro
66ed3e2f3e Pin numbers corrected according to Tony's pinout spreadsheet. 2013-04-11 16:58:21 +01:00
reprappro
cb37bc1954 First hack at Duet pin numbers. 2013-04-11 00:06:47 +01:00
reprappro
404e1ad533 File write buffer added. Doesn't seem to speed up much, so maybe remove again... 2013-03-11 22:11:38 +00:00
reprappro
b207f31dc7 Messages webpage added with session log. 2013-03-04 21:56:42 +00:00
reprappro
31399c9efa Added Exit() functions to all classes. 2013-03-02 18:25:44 +00:00
reprappro
b433566c8d More tidying. 2013-03-02 18:13:12 +00:00
reprappro
aa20653396 README updated. 2013-03-01 23:40:31 +00:00
reprappro
816e626dac Finished regularising function names. 2013-03-01 23:24:35 +00:00
reprappro
44f6516fc8 ...regularising function names... 2013-03-01 23:00:41 +00:00
reprappro
c2e201cda3 Regularising function names... 2013-03-01 22:23:38 +00:00
reprappro
09a5aa6310 Added upload nameclash checking and javascript file lists. 2013-03-01 14:00:10 +00:00
reprappro
e0a8d7da6a File uploads working. 2013-02-28 20:09:58 +00:00
reprappro
02f0ab16e3 Uploads half working (well, they don't crash it...). 2013-02-25 22:43:16 +00:00
reprappro
7aa4e11a3c File deletion now working. 2013-02-25 15:59:59 +00:00
reprappro
55d8ea9afe Fixed small bug whereby the Print page didn't refresh properly. 2013-02-25 14:40:35 +00:00
reprappro
e4f4bd9c10 File printing just about working. 2013-02-25 13:58:10 +00:00
reprappro
733dd776ed Separated printing files from file upload and download. Added sys folder for properties file. 2013-02-24 20:57:14 +00:00
reprappro
4b08be9338 More sensible file structure on the SD card. 2013-02-23 15:15:53 +00:00
reprappro
7bc5761b3e Implemented very simple PHP for embedding stuff in control pages. 2013-02-22 22:03:46 +00:00
reprappro
a10599f32c Movement table added. Should really be PHP in a file? 2013-02-21 21:47:50 +00:00
reprappro
f309576fc2 Basic structure of webpages working. 2013-02-21 19:13:28 +00:00
reprappro
e4981fe819 Simple password protection added to allow users to lock their RepRap. NB this is not (nor should it be) full SSL/https encryption stuff. 2013-02-20 20:37:31 +00:00
reprappro
8673ad40ca Webserver now working reasonably reliably. 2013-02-19 22:13:55 +00:00
reprappro
d44c133348 Firmware Web interface part working (loads one page, but not two...) 2013-02-17 18:31:12 +00:00
reprappro
40630df7da Getting the webserver working. WIP..... 2013-02-15 22:49:46 +00:00
reprappro
a1812edadc Added GCode and Webserver classes. 2013-02-13 18:30:10 +00:00
reprappro
8635fde719 Minor tidying. 2013-01-13 20:56:24 +00:00
Adrian Bowyer
f4da09dbfb Finalising (probably not...) the structure. 2012-12-22 16:47:47 +00:00