Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bowyer <reprappro@gmail.com>2013-10-22 21:27:12 +0400
committerAdrian Bowyer <reprappro@gmail.com>2013-10-22 21:27:12 +0400
commit708822a54e6f3b7fcbaca6afa94fffa449255ceb (patch)
tree3e58270b59bcd7826e535d9b34660538a49775e9 /SD-image/www
parent3c901fb194f52b248ce5310937b2590b41b432ad (diff)
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...
Diffstat (limited to 'SD-image/www')
-rw-r--r--SD-image/www/reprap.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SD-image/www/reprap.htm b/SD-image/www/reprap.htm
index 6c48a0ea..5d05672e 100644
--- a/SD-image/www/reprap.htm
+++ b/SD-image/www/reprap.htm
@@ -335,7 +335,7 @@ function viewModel()
self.fileList = function()
{
- $.get('/rr_files', {}, self.files);
+ //$.get('/rr_files', {}, self.files);
};
self.getTemps = function()